You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eric T. Dawson edited this page Feb 24, 2018
·
1 revision
Installation
You will need a C++11 compiler (gcc4.9 or newer) to build gfakluge, as well as Make. These should both be installed by default on most modern Linux/Mac OS environments.
git clone --recursive https://github.com/edawson/gfakluge
cd gfakluge
make -j 4
This will create a bin directory containing binary command line tools and a libgfakluge.a in the main directory.