From d3728738ddbb24daf248aa4d2f9ad94702a1ed0f Mon Sep 17 00:00:00 2001 From: Graham Bloice Date: Sun, 24 Aug 2014 19:06:56 +0100 Subject: Updates for docbook builds on Windows In config.nmake search for multiple versions of fop in a couple of places, preferring fop 1.1 In Makefile.nmake remove any PYTHONPATH env var (as that's probably for Windows) and not the Cygwin python used in asciidoc In Readme.txt update some Cygwin package info Change-Id: I117ec6bbdabc34829b421fd514508383b925090f Reviewed-on: https://code.wireshark.org/review/3816 Reviewed-by: Gerald Combs Reviewed-by: Graham Bloice --- docbook/README.txt | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'docbook/README.txt') diff --git a/docbook/README.txt b/docbook/README.txt index 888db50027..2404e72866 100644 --- a/docbook/README.txt +++ b/docbook/README.txt @@ -116,23 +116,25 @@ http://www.microsoft.com/en-us/download/details.aspx?id=21138 Packages for Win32 ------------------ -See ..\config.nmake for Win32 settings. You may need to run -"build-docbook-catalog" in order to register your catalog properly. +See ..\config.nmake for Win32 settings. +Installing the asciidoc package will pull in almost all the other required Cygwin packages. +You may need to run "build-docbook-catalog" from a Cygwin bash prompt in order to register your catalog properly. Tool/File Cygwin Package Opt./Mand. Comments --------- -------------- ---------- -------- -xsltproc: Doc/libxslt M -xmllint: Doc/libxml2 M -xsl stylesheets: Doc/docbook-xsl M docbook.xsl, chunk.xsl and htmlhelp.xsl -docbookx.dtd: Doc/docbook-xml42 M a later version may be required (e.g. Doc/docbook-xml45), depending on your asciidoc installation +asciidoc Doc/asciidoc M cygwin python is a dependency and will also be installed (if not installed) +xsltproc: Libs/libxslt M +xmllint: Libs/libxml2 M +xsl stylesheets: Text/docbook-xsl M docbook.xsl, chunk.xsl and htmlhelp.xsl +docbookx.dtd: Text/docbook-xml42 M a later version may be required (e.g. Doc/docbook-xml45), depending on your asciidoc installation +docbookx.dtd: Text/docbook-xml45 M current asciidoc installations require this lynx: Web/lynx M -asciidoc Python/asciidoc M cygwin python is a dependency and will also be installed (if not installed) dblatex Text/dblatex O A number of dependencies will also be installed -fop: - O URL: http://xml.apache.org/fop/ - install it into docbook\fop-1.0 to keep defaults from config.nmake +fop: - O URL: http://xml.apache.org/fop/ - install it into docbok\fop-1.x or wireshark_lib_dir\fop-1.x to use defaults from config.nmake jimi: - O URL: http://java.sun.com/products/jimi/ - see above hhc: - O URL: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp zip: Archive/zip O -getopt: Utils/util-linux O Required to run "build-docbook-catalog" +getopt: Base/util-linux O Required to run "build-docbook-catalog" Packages for Suse 9.3 -- cgit v1.2.1