Initial commit of LFS notes and scripts.
This commit is contained in:
10
lfs-scripts/gmp.sh
Normal file
10
lfs-scripts/gmp.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
./configure --prefix=/usr \
|
||||
--enable-cxx \
|
||||
--disable-static \
|
||||
--docdir=/usr/share/doc/gmp-6.3.0
|
||||
make
|
||||
make html
|
||||
make check 2>&1 | tee gmp-check-log
|
||||
awk '/# PASS:/{total+=$3} ; END{print total}' gmp-check-log
|
||||
make install
|
||||
make install-html
|
||||
Reference in New Issue
Block a user