virt-manager/INSTALL

28 lines
684 B
Plaintext
Raw Normal View History

2010-11-30 18:29:42 +03:00
Basic Install
-------------
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
To build virt-manager, run the command:
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
./autogen.sh && ./configure && make
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
You can then run virt-manager in the source directory with
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
python src/virt-manager.py
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
To install the software into /usr/local (usually), you can then run:
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
make install
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
To build an RPM, you can run:
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
make rpm
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
virt-manager generally requires the latest upstream version of
python-virtinst, which checked out with
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
hg clone http://hg.fedorahosted.org/hg/python-virtinst
2006-03-29 15:40:14 +04:00
2010-11-30 18:29:42 +03:00
If you want to replace your system installed virt-manager version,
add --prefix=/usr to ./configure. Please see the INSTALL.autotools file
for much more information about install options.