File: INSTALL

package info (click to toggle)
convertall 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,448 kB
  • ctags: 521
  • sloc: python: 2,338; 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'