added docbook install tips and requirements (not sure it's a good place for this)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12678 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -128,3 +128,18 @@ Now put the OBOS boot image onto you "virtual" floppy and start Bochs:
|
|||||||
Answer three times with RETURN and with some patience you will see OBOS
|
Answer three times with RETURN and with some patience you will see OBOS
|
||||||
booting.
|
booting.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Docbook documentation
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Requirements :
|
||||||
|
- Docbook XML DTD (http://www.oasis-open.org/docbook/xml/4.2/docbook-xml-4.2.zip)
|
||||||
|
- Docbook Stylesheets (http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.68.1.tar.bz2)
|
||||||
|
- libxml2, xmllin (http://libpak.neoni.net/packages/LibPak_libxml2_dev.zip)
|
||||||
|
- libxslt, xsltproc (http://libpak.neoni.net/packages/LibPak_libxslt_dev.zip)
|
||||||
|
|
||||||
|
XML catalogs must be configured to avoid internet access :
|
||||||
|
- in Docbook Stylesheets directory : sh ./INSTALL
|
||||||
|
- in your .profile, add something like this :
|
||||||
|
export XML_CATALOG_FILES="/boot/home/docbook-xsl-1.68.1/catalog.xml /boot/home/docbook-xml-4.2/catalog.xml /etc/xml/catalog"
|
||||||
|
|||||||
Reference in New Issue
Block a user