Lx4U-book/docs/packages/tcl/configure

5 lines
162 B
Plaintext
Raw Normal View History

2021-07-09 04:40:39 +08:00
SRCDIR=$(pwd)
cd unix
./configure --prefix=/usr \
--mandir=/usr/share/man \
$([ "$(uname -m)" = x86_64 ] && echo --enable-64bit)