mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-01-24 06:52:20 +08:00
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
./configure --prefix=/usr \
|
|
--mandir=/usr/share/man \
|
|
--with-shared \
|
|
--without-debug \
|
|
--without-normal \
|
|
--enable-pc-files \
|
|
--enable-widec \
|
|
--with-pkg-config-libdir=/usr/lib/pkgconfig |