Lx4U-book/docs/packages/tcl/configure
2021-08-24 14:01:38 +03:00

5 lines
162 B
Plaintext

SRCDIR=$(pwd)
cd unix
./configure --prefix=/usr \
--mandir=/usr/share/man \
$([ "$(uname -m)" = x86_64 ] && echo --enable-64bit)