The easiest (if not the most elegant) way to compile the example is:

clang++ water.cpp -lIsoSpec++ -std=c++11 -o water

You may replace clang++ with g++ if you do not have LLVM installed.

Run the example by:

./water

