diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 |