mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 15:14:58 +08:00
5 lines
194 B
Plaintext
5 lines
194 B
Plaintext
|
./configure --prefix=/usr \
|
||
|
--with-tcl=/usr/lib \
|
||
|
--enable-shared \
|
||
|
--mandir=/usr/share/man \
|
||
|
--with-tclinclude=/usr/include
|