mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-11 06:04:39 +08:00
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
./configure --prefix=/usr \
|
|
--with-tcl=/usr/lib \
|
|
--enable-shared \
|
|
--mandir=/usr/share/man \
|
|
--with-tclinclude=/usr/include
|