-
Notifications
You must be signed in to change notification settings - Fork 38
Getting Started
abhinavvishnu edited this page Feb 18, 2017
·
7 revisions
git clone https://github.com/GlobalArrays/ga
Please refer to release pages for specific branches
We recommend using system specific compilation steps available in GA wiki
General steps are presented below:
cd ga
mkdir build
cd build
../configure --prefix=$PWD && make -j 4 && make install