File: INSTALL

package info (click to toggle)
convertall 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,820 kB
  • sloc: python: 2,952; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
ConvertAll Installation Notes

Extract the source files from the convertall tar file, then change to the
'ConvertAll' directory in a terminal.  For a basic installation, simply
execute the following command as root:  'python install.py'

To see all install options, use: 'python install.py -h'

To install ConvertAll with a different prefix (the default is
'/usr/local'), use:  'python install.py -p /prefix/path'