GA on Linux or MacOS Desktops - GlobalArrays/ga GitHub Wiki

Compiling GA on Linux/MacOS Desktops

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