mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 07:17:17 +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
|