File: INSTALL

package info (click to toggle)
dogtail 1.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,488 kB
  • sloc: python: 5,970; makefile: 60; sh: 7
file content (9 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
Installation on Red-Hat-like systems:
	make rpm
	rpm -Uvh ./dist/dogtail-*.noarch.rpm

Installation on other systems:
	./setup.py install --prefix=/usr
	
	(or /usr/local, $HOME/local, etc...)