Sunday, April 10, 2005

Setting up a DocBook build environment on FreeBSD

Along the same lines as my previous post on setting up OS X to build DocBook sources, here is how to set up FreeBSD to do the same.

Just need two ports, textproc/libxslt and textproc/docbook-xsl.
cd /usr/ports/textproc/libxslt/ && make install clean
cd /usr/ports/textproc/docbook-xsl/ && make install \ clean
Then you can use a script similar to mine to do the build.

0 Comments:

Post a Comment

<< Home