aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-21 19:14:56 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-21 19:14:56 +0000
commitb49bae191d17d63e07323cf13901fb8812c86f5e (patch)
tree5f0315faf705a4db491ee58ca0dc846848993f4a /chapter05
parentde488c795e6e081cf44b75c007cb8d89eae31112 (diff)
update tcl instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2625 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/tcl-inst.xml2
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