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