mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 14:14:39 +08:00
9 lines
418 B
Plaintext
9 lines
418 B
Plaintext
./configure --prefix=/usr --sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--disable-static \
|
|
--disable-doxygen-docs \
|
|
--disable-xml-docs \
|
|
--with-console-auth-dir=/run/console \
|
|
--with-system-pid-file=/run/dbus/pid \
|
|
--with-system-socket=/run/dbus/system_bus_socket
|