From: Michael D. <mik...@us...> - 2004-12-19 00:06:25
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1599 Added Files: readme.txt Log Message: added a small readme about how to setup machine to do doc builds. --- NEW FILE: readme.txt --- Required DLLs and EXEs ======================================= Download the files at ftp://ftp.zlatkovic.com/pub/libxml/ Create the folders: C:\Program Files\docbook C:\Program Files\docbook\tools Add these files to the "tools" folder: iconv.dll - from iconv-1.9.1.win32.zip libexslt.dll - from libxslt-1.1.12.win32 libxml2.dll - from libxml2-2.6.15.win32 libxslt.dll - from libxslt-1.1.12.win32 xmlcatalog.exe - from libxml2-2.6.15.win32 xmllint.exe - from libxml2-2.6.15.win32 xsltproc.exe - from libxslt-1.1.12.win32 zlib1.dll - from zlib-1.2.1.win32 Add the "tools" folder to your Path so the build files can build the docs. Docbook Manual ======================================= Can be downloaded at http://docbook.org/tdg/en/tdg-en-html-2.0.10.zip Can be viewed at http://www.oasis-open.org/docbook/documentation/reference/html/docbook.html Docbook Xsl Guide ======================================= Can be viewed at http://www.sagehill.net/docbookxsl/index.html |