mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 22:34:42 +08:00
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
|
mkdir -v build
|
||
|
cd build
|
||
|
../configure --prefix=/usr \
|
||
|
LD=ld \
|
||
|
--disable-bootstrap \
|
||
|
--with-system-zlib \
|
||
|
--enable-languages=c,c++ --disable-multilib
|