diff options
-rw-r--r-- | chapter05/expect-inst.xml | 2 | ||||
-rw-r--r-- | chapter05/tcl-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml index 1ef864684..5d6a714ee 100644 --- a/chapter05/expect-inst.xml +++ b/chapter05/expect-inst.xml @@ -4,7 +4,7 @@ <title>Installation of Expect</title> <para><screen><userinput>patch -Np1 -i ../expect-&expect-version;.patch -./configure --prefix=/stage1 +./configure --prefix=/stage1 --with-tcl=/stage1/lib --with-x=no make make test make install</userinput></screen></para> diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 59b721d8f..523ce4463 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 --with-tcl=/stage1/lib --with-x=no +./configure --prefix=/stage1 make make test make install @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030521"> -<!ENTITY releasedate "May 21st, 2003"> +<!ENTITY version "20030522"> +<!ENTITY releasedate "May 22nd, 2003"> <!ENTITY nbsp " "> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> |