INSTALL 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. LFS Book Conversion Tools Installation Instructions
  2. After downloading the SVN source, there are some things that need to be set up
  3. on your computer if you want to convert the XML source into something easier to
  4. read (e.g. HTML, TXT, or PDF). If you are interested in this, then keep
  5. reading. If you are only interested in editing the XML source for re-
  6. submission to the lfs-book or lfs-dev mailing lists, then you do not need this
  7. document. Instead, you need to read the LFS Editor's Manual. See the LFS
  8. website at http://www.linuxfromscratch.org for more information.
  9. -------------------------------------------------------------------------------
  10. If you want to convert the XML to HTML, install the following:
  11. * libxml2
  12. - http://www.linuxfromscratch.org/blfs/view/svn/general/libxml2.html
  13. * libxslt
  14. - http://www.linuxfromscratch.org/blfs/view/svn/general/libxslt.html
  15. * DocBook DTD
  16. - http://www.linuxfromscratch.org/blfs/view/svn/pst/xml.html
  17. * DocBook XSL Stylesheets
  18. - http://www.linuxfromscratch.org/blfs/view/svn/pst/docbook-xsl.html
  19. * HTMLTidy
  20. - http://www.linuxfromscratch.org/blfs/view/svn/general/tidy-html5.html
  21. -------------------------------------------------------------------------------
  22. If you want to convert the XML to TXT, install the above items, and then install
  23. the following:
  24. * lynx
  25. - http://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html
  26. -------------------------------------------------------------------------------
  27. If you want to convert the XML to PDF, install the items listed above (except
  28. lynx) and then install the following:
  29. * JDK
  30. - http://www.linuxfromscratch.org/blfs/view/svn/general/openjdk.html
  31. * FOP and JAI
  32. - http://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html