Skip to content

GA on Linux or MacOS Desktops

abhinavvishnu edited this page Feb 18, 2017 · 3 revisions

Compiling GA on Linux/MacOS Desktops

cd ga
mkdir build
cd build
../configure --prefix=$PWD && make -j 4 && make install 
Clone this wiki locally