How to install htmldoc on Cent OS
Posted: Fri Sep 16, 2011 4:22 pm
Goto var and create a directory "htmldoc" and download the latest version:
If you don't have gcc-c++ installed, you can install with this command line with some options.
Untar and make the install:
Test command line:
Code: Select all
cd /var/
mkdir htmldoc
cd htmldoc
wget http://ftp.easysw.com/pub/htmldoc/1.8.27/htmldoc-1.8.27-source.tar.gz
Code: Select all
yum install gcc-c++ compat-gcc-32 compat-gcc-32-c++
Code: Select all
tar -xvzf htmldoc-1.8.27-source.tar.gz
cd htmldoc-1.8.27
./configure
make
make install
Code: Select all
htmldoc --webpage -f output.pdf filename.html