
>git clone https://code.google.com/p/triplexator/ triplexator
>cd triplexator
>mkdir -p build/Release && cd build/Release
>cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -G "Unix Makefiles" && make
>cd ../..
>./bin/triplexator --help
>./demos/smoketest_triplexator.sh ./bin/triplexator
bin folder.