virt-manager/INSTALL

28 lines
690 B
Plaintext
Raw Normal View History

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