mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Updated URLs in INSTALL file per Archaic's patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4337 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f23c8b9847
commit
800abab20b
16
INSTALL
16
INSTALL
@ -12,24 +12,24 @@ website at http://www.linuxfromscratch.org for more information.
|
||||
If all you want to do is convert XML to HTML perform the following:
|
||||
|
||||
* libxml2
|
||||
- http://www.linuxfromscratch.org/blfs/view/cvs/general/libxml2.html
|
||||
- http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
|
||||
|
||||
* libxslt
|
||||
- http://www.linuxfromscratch.org/blfs/view/cvs/general/libxslt.html
|
||||
- http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
|
||||
|
||||
* DocBook DTD
|
||||
- http://www.linuxfromscratch.org/blfs/view/cvs/pst/xml.html
|
||||
- http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
|
||||
|
||||
* DocBook XSL Stylesheets
|
||||
- http://www.linuxfromscratch.org/blfs/view/cvs/pst/docbook-xsl.html
|
||||
- http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
|
||||
- additionally create a link from
|
||||
/usr/share/xml/docbook/xsl-stylesheets-1.67.0 to
|
||||
/usr/share/xml/docbook/xsl-stylesheets-[version] to
|
||||
/usr/share/xml/docbook/xsl-stylesheets-current
|
||||
|
||||
ln -s xsl-stylesheets-1.67.0 /usr/share/xml/docbook/xsl-stylesheets-current
|
||||
ln -s xsl-stylesheets-[version] /usr/share/xml/docbook/xsl-stylesheets-current
|
||||
|
||||
* HTMLTidy
|
||||
- http://www.linuxfromscratch.org/blfs/view/cvs/general/tidy.html
|
||||
- http://www.linuxfromscratch.org/blfs/view/svn/general/tidy.html
|
||||
- you'll also need the patch at http://linuxfromscratch.org/~matthew/tidy-041026-prevent_PRE_newlines-1.patch as well.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
@ -39,7 +39,7 @@ already installed) and converts it to PDF. FOP is dependent on ANT
|
||||
(Another Neat Tool) and the Java Advanced Imaging (JAI) API.
|
||||
|
||||
First we need the Java SDK installed. See
|
||||
http://www.linuxfromscratch.org/blfs/view/cvs/general/j2sdk.html.
|
||||
http://www.linuxfromscratch.org/blfs/view/svn/general/j2sdk.html.
|
||||
|
||||
Now install JAI:
|
||||
- Download jai-1_1_2_01-lib-linux-i586-jdk.bin from
|
||||
|
Loading…
Reference in New Issue
Block a user