mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-09 13:07:17 +08:00
5 lines
162 B
Plaintext
5 lines
162 B
Plaintext
SRCDIR=$(pwd)
|
|
cd unix
|
|
./configure --prefix=/usr \
|
|
--mandir=/usr/share/man \
|
|
$([ "$(uname -m)" = x86_64 ] && echo --enable-64bit) |