mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-13 23:49:04 +08:00
11 lines
371 B
Plaintext
11 lines
371 B
Plaintext
./configure --prefix=/usr \
|
|
--bindir=/sbin \
|
|
--sbindir=/sbin \
|
|
--libdir=/usr/lib \
|
|
--sysconfdir=/etc \
|
|
--libexecdir=/lib \
|
|
--with-rootprefix= \
|
|
--with-rootlibdir=/lib \
|
|
--enable-manpages \
|
|
--disable-static
|