Changeset effd9c6 for INSTALL


Ignore:
Timestamp:
10/19/2005 06:13:41 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
a9d820c
Parents:
e13f188
Message:

Updated Makefile and related files.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    re13f188 reffd9c6  
    33After downloading the SVN source, there are some things that need to be set up
    44on your computer if you want to convert the XML source into something easier to
    5 read (e.g. HTML, TXT, PS or PDF).  If you are interested in this, then keep
     5read (e.g. HTML, TXT, or PDF).  If you are interested in this, then keep
    66reading.  If you are only interested in editing the XML source for re-
    77submission to the lfs-book or lfs-dev mailing lists, then you do not need this
     
    1010
    1111-------------------------------------------------------------------------------
    12 If all you want to do is convert XML to HTML perform the following:
     12
     13If you want to convert the XML to HTML, install the following:
    1314
    1415* libxml2
     
    2829
    2930-------------------------------------------------------------------------------
    30 If you want to be able to convert the book into PDF as well, then you will need
    31 the FOP package.  This takes an XSL-FO file (created with libxslt which you
    32 already installed) and converts it to PDF.  FOP is dependant on the Java
    33 Advanced Imaging (JAI) API to render SVG graphics. Instructions to install the
    34 JAI are included in the FOP instructions. Perform the following:
    3531
    36 * J2SDK
    37   - http://www.linuxfromscratch.org/blfs/view/svn/general/j2sdk.html
     32If you want to convert the XML to TXT, install the above items, and then install
     33the following:
    3834
    39 * FOP
     35* lynx
     36  - http://www.linuxfromscratch.org/blfs/view/svn/basicnet/lynx.html
     37
     38-------------------------------------------------------------------------------
     39
     40If you want to convert the XML to PDF, install the items listed above (except
     41lynx) and then install the following:
     42
     43* JDK
     44  - http://www.linuxfromscratch.org/blfs/view/svn/general/jdk.html
     45
     46* FOP and JAI
    4047  - http://www.linuxfromscratch.org/blfs/view/svn/pst/fop.html
    41 
Note: See TracChangeset for help on using the changeset viewer.