mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-10 05:24:40 +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)
|