diff options
-rw-r--r-- | chapter05/tcl-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 523ce4463..59b721d8f 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -4,7 +4,7 @@ <title>Installation of TCL</title> <para><screen><userinput>cd unix -./configure --prefix=/stage1 +./configure --prefix=/stage1 --with-tcl=/stage1/lib --with-x=no make make test make install |