File: INSTALL

package info (click to toggle)
archmage 1%3A0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 400 kB
  • ctags: 128
  • sloc: python: 750; sh: 7; makefile: 4
file content (38 lines) | stat: -rw-r--r-- 680 bytes parent folder | download | duplicates (3)
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