1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source Tarball
==============
First unpack source tarball:
# tar xzvf archmage-<version>.tar.gz
change working directory:
# cd archmage-<version>
to install arCHMage run following command:
# python setup.py install
Debian / Ubuntu
===============
You can use prepackaged version from software archive:
# apt-get install archmage
if you want to use it with apache:
# apt-get install libapache-mod-python
or to use it with apache2:
# apt-get install libapache2-mod-python
To have ability to dump HTML data from CHM file as plain text:
# apt-get install lynx
For converting CHM file into Single HTML, PDF or PostScript file:
# apt-get install htmldoc
|