forked from oVirt/ovirt-guest-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README_Fedora.txt
34 lines (25 loc) · 858 Bytes
/
README_Fedora.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Ovirt Guest Agent for Fedora - setting up dev env & building the rpms
=====================================================================
NOTE:
- In order to build on Fedora you may need to use rpmdevtools
- there are still some sub rpms that do not compile properly in Fedora 15
(gdm & kdm plugins) so there are still lot's of commented lines in the
configure.ac & spec file. These issues will be resolved soon.
- was tested on Fedora 15.
Getting started
---------------
git clone <ovirt-guest-agent repo>
cd ovirt-guest-agent
./autogen.sh
./configure
Building sources
----------------
make
Installing locally
------------------
sudo make install
Building rpms
-------------
make dist
rpmbuild -bb --define="_sourcedir <PATH_TO_SRC_TAR>" ovirt-guest-agent.spec
you may skip --define="_sourcedir if you used rpmdevtools to setup your env