17 Sep
2013
17 Sep
'13
18:54
On 2013-09-17, at 2:17 PM, Steve Graham <jsgrahamus@yahoo.com> wrote:
Where do I find instructions for building Gambit from source code?
Read the README at https://github.com/feeley/gambit Marc Quick-install instructions for a typical installation ----------------------------------------------------- git clone https://github.com/feeley/gambit.git cd gambit ./configure --enable-single-host make -j4 bootstrap make -j4 bootclean make -j4 bootstrap make -j4 bootclean make -j4 make check sudo make install Detailed installation instructions are given in the file "INSTALL.txt".