kiss-mfavila-large/ports/gambit/build

12 lines
146 B
Plaintext
Raw Normal View History

2021-07-24 04:17:19 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-single-host
make
#make modules
#make check
make doc
make DESTDIR="$1" install