瀏覽代碼

Mention HTMLTidy is required in the INSTALL file (Gerard Beekmans)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 21 年之前
父節點
當前提交
3042296e6f
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      INSTALL

+ 6 - 0
INSTALL

@@ -23,6 +23,12 @@ If all you want to do is convert XML to HTML perform the following:
 * DocBook XSL Stylesheets 
 * DocBook XSL Stylesheets 
   - http://www.linuxfromscratch.org/blfs/view/cvs/pst/docbook-xsl.html
   - http://www.linuxfromscratch.org/blfs/view/cvs/pst/docbook-xsl.html
 
 
+* HTMLTidy
+  - http://tidy.sourceforge.net/
+
+  Installation of HTMLTidy is a simple `./configure --prefix=/usr && \
+  make && make install`
+
 ------------------------------------------------------------------------------- 
 ------------------------------------------------------------------------------- 
 If you want to be able to convert the book into PDF as well, then you will need
 If you want to be able to convert the book into PDF as well, then you will need
 the FOP package.  This takes an XSL-FO file (created with libxslt which you
 the FOP package.  This takes an XSL-FO file (created with libxslt which you