virt-manager/INSTALL

22 lines
534 B
Plaintext
Raw Normal View History

Basic Install
=============
2006-03-29 15:40:14 +04:00
For starters, if you just want to run virt-manager/virt-install to test out
changes, it can be done from the source directory:
2006-03-29 15:40:14 +04:00
./virt-manager
2006-03-29 15:40:14 +04:00
To install the software into /usr/local (usually), you can do:
2006-03-29 15:40:14 +04:00
python setup.py install
2006-03-29 15:40:14 +04:00
2012-10-18 23:14:40 +04:00
To build an RPM, you can run:
2006-03-29 15:40:14 +04:00
python setup.py rpm
2006-03-29 15:40:14 +04:00
setup.py generally has all the build and install commands, for more info see:
python setup.py --help-commands
python setup.py install --help
http://docs.python.org/inst/standard-install.html