mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-14 17:57:39 +01:00
6 lines
122 B
Bash
6 lines
122 B
Bash
|
#!/bin/sh
|
||
|
make maintainer-clean
|
||
|
./autogen.sh
|
||
|
./configure --prefix=$HOME/usr --with-gmp=system --with-gmp-prefix=/usr
|
||
|
make
|