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.
Just need two ports, textproc/libxslt and textproc/docbook-xsl.
cd /usr/ports/textproc/libxslt/ && make install cleanThen you can use a script similar to mine to do the build.
cd /usr/ports/textproc/docbook-xsl/ && make install \ clean
0 Comments:
Post a Comment
<< Home