mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 15:14:58 +08:00
3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
|
CC="gcc -m32" \
|
||
|
./configure --prefix=/usr \
|
||
|
--libdir=/usr/lib32 --zlib-compat --native
|