Just choose one:
The zip file will expand into these subdirectories:
fcpp/fcpp/ # the library (.hpp) files fcpp/fcpp_clients/ # the example (.cpp) filesRunning the examples just involves invoking the complier with the right #include paths; for example,
# in the fcpp_clients directory g++ -I/path/to/boost -I../fcpp some_example.cpp