mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-10 05:24:40 +08:00
11 lines
431 B
Plaintext
11 lines
431 B
Plaintext
CC="gcc -m32" CXX="g++ -m32" \
|
|
./configure --prefix=/usr \
|
|
--host=i686-pc-linux-gnu \
|
|
--libdir=/usr/lib32 \
|
|
--mandir=/usr/share/man \
|
|
--with-shared \
|
|
--without-debug \
|
|
--without-normal \
|
|
--enable-pc-files \
|
|
--enable-widec \
|
|
--with-pkg-config-libdir=/usr/lib32/pkgconfig |