mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 07:04:39 +08:00
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
```bash
|
|
./configure --prefix=/usr \
|
|
--with-tcl=/usr/lib \
|
|
--enable-shared \
|
|
--mandir=/usr/share/man \
|
|
--with-tclinclude=/usr/include
|
|
```
|