aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-28 00:52:20 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-28 00:52:20 +0000
commit93bd6644190100a381973c6782dd01d61b1a1e6c (patch)
treec1284dc845838be7952e6a447f812c86fa88f999 /INSTALL
parent22a250e0ade0e89517abfa714e59c5646df349eb (diff)
applied Alex' procandshuffle patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1922 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 4 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index e50507dda..2a5e4c570 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,7 @@ Modified DocBook Entities -
http://ftp.linuxfromscratch.org/misc/docbook-4.1.2-newent.tar.bz2
DSSSL DocBook Stylesheets - http://www.nwalsh.com/docbook/dsssl/
-As the DocBook DTD and Stylesheets are made available as a zip achives you
+As the DocBook DTD and Stylesheets are made available as zip archives you
may need to download the unzip package as well if your Linux system doesn't
have one:
@@ -30,7 +30,8 @@ FLTK (X front-end) - http://sourceforge.net/projects/fltk
If you want to be able to convert the book into TXT as well I recommend
using lynx to convert HTML to TXT using the -dump option to lynx.
-Lynx - http://lynx.browser.org
+Lynx - http://lynx.browser.org
+
You have everything you need now. Let's install this stuff.
@@ -73,7 +74,6 @@ Followed by installing openjade by running:
cp -av dsssl /usr/share/dsssl/openjade
If you choose option 2, install OpenJade as follows:
-
./configure --prefix=/usr \
> --enable-default-catalog=/usr/share/docbook/docbook.cat:/usr/share/dsssl/docbook/catalog:/usr/share/dsssl/openjade/catalog
make
@@ -93,18 +93,14 @@ FLTK (you can skip this one if you don't want the X front-end):
make
make install
-HTMLDOC:
-Install by running:
-
+Install HTMLDOC by running:
./configure --prefix=/usr
make
make install
-
The last package is Lynx which will be used for the HTML to TXT
conversion. Install it by running:
-
./configure --prefix=/usr
make
make install