Skip to content

Getting Started

abhinavvishnu edited this page Feb 17, 2017 · 7 revisions

Downloading GA

git clone https://github.com/GlobalArrays/ga

Please refer to release pages for specific branches

Compiling GA

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