Changeset 70d7c95 in clfs-embedded for BOOK


Ignore:
Timestamp:
Dec 28, 2016, 7:50:11 PM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
01a173a
Parents:
5092368
Message:

INSTALL: Provide apt install line for Debian/Ubuntu?

This should help get most people going with the tools needed to build
the book into all of its formats on Debian-based distros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/INSTALL.md

    r5092368 r70d7c95  
    2525* FOP and JAI
    2626
     27On a reasonably recent Debian or Ubuntu, this should suffice:
     28
     29```
     30sudo apt install docbook-xml docbook-xsl fop libxml2-utils lynx make xsltproc tidy
     31```
     32
    2733To actually convert the Docbook XML source into rendered form, which will be
    2834located at ../render by default (override with BASEDIR=), execute:
Note: See TracChangeset for help on using the changeset viewer.