File: INSTALL

package info (click to toggle)
pybackpack 0.5.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 768 kB
  • ctags: 198
  • sloc: python: 1,852; sh: 16; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
    How to install pybackpack
  -----------------------------

o Dependencies
  - python
  - pygtk
  - pyglade
  - rdiff-backup
  - genisoimage
  - nautilus-cd-burner (optional but currently needed for backup to CD/DVD)

o Intro
  Pybackpack uses distutils for its standard installation procedure so the
  setup.py script provides installation routines. Note that it doesn't provide
  uninstallation routines. If you require uninstallation and upgrade handling,
  that's what package managers are for. Consider using one.

o Installation
  To install pybackpack to the default place on your system, run as root:

     ./setup.py install

  If you wish to install it to a different root or prefix (e.g.
  --prefix=/usr/local) see ./setup.py install --help for options.