2. I had to install several additional distro provided packages:
`yum install xmlto ghostscript docbook-style-xsl gc w3m`
3. I had to find, download, and compile the sdop tarball (Google found it on the debian build system). For CentOS 6, it was as simple as:
`./configure && make && make install`
For CentOS 5, it was more complicated because the older version of gcc didn't like the way things were being typedef'd in the png headers; I had to do:
`./configure --disable-jpeg --disable-png && make && make install`
2. I had to install several additional distro provided packages:
`yum install xmlto ghostscript docbook-style-xsl gc w3m`
3. I had to find, download, and compile the sdop tarball (Google found it on the debian build system). For CentOS 6, it was as simple as:
`./configure && make && make install`
For CentOS 5, it was more complicated because the older version of gcc didn't like the way things were being typedef'd in the png headers; I had to do:
`./configure --disable-jpeg --disable-png && make && make install`