aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 8fb38c5e9fcdcc48cbc0f7cf1c8a0e930fa7e6fa (plain)
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...)