a68bd146d935a62eb90093807e38faf217275088
[khome.git] / clone_build_install
1 #! /bin/sh
2
3 mkdir -p data
4 cd data
5 git clone https://github.com/feeley/gambit.git
6 cd gambit
7 ./configure # add options as required, for example CC=gcc-7
8 make
9 make check
10 make modules # compile the builtin modules (optional)
11 make install
This page took 0.061699 seconds and 3 git commands to generate.