Accept a name for dl and include starter script file
[khome.git] / deps / gambit / 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.067931 seconds and 4 git commands to generate.