2012-10-18 14:14:40 -05:00
|
|
|
Basic Install
|
|
|
|
-------------
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
To build virt-manager, run the command:
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
./autogen.sh && ./configure && make
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
You can then run virt-manager in the source directory with
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
python src/virt-manager.py
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
To install the software into /usr/local (usually), you can then run:
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
make install
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
To build an RPM, you can run:
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
make rpm
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
virt-manager generally requires the latest upstream version of
|
|
|
|
python-virtinst, which checked out with
|
2006-03-29 05:40:14 -06:00
|
|
|
|
2012-10-18 14:14:40 -05:00
|
|
|
git clone git://git.fedorahosted.org/git/python-virtinst.git
|
2012-07-09 15:20:54 -05:00
|
|
|
|
2012-10-18 14:14:40 -05: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.
|