mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-02 23:07:17 +08:00
9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
CC="gcc -m32" ./configure \
|
|
--prefix=/usr \
|
|
--bindir=/bin \
|
|
--libdir=/usr/lib32 \
|
|
--sysconfdir=/etc \
|
|
--with-xz \
|
|
--with-zlib \
|
|
--host=i686-pc-linux-gnu \
|
|
--with-rootlibdir=/usr/lib32 |