]> git.xonotic.org Git - xonotic/gmqcc.git/blob - distro/fedora/INSTALL
Some typos
[xonotic/gmqcc.git] / distro / fedora / INSTALL
1 To use the spec files in this fedora directory you need the core
2 development tools for Fedora, building enviroment for the user, and
3 the directory structure for it. If you don't already have these, issue
4 the following commands.
5
6 # yum groupinstall "Development Tools"
7 # yum install rpmdevtools
8 # rpmdev-setuptree
9
10 Now, depending on the version of GMQCC you want, there are a serise of
11 maintained spec files in this directory. Choose the version you want and
12 issue the following to build the RPM.
13
14 # rpmbuild -bs gmqcc-[[version]].spec
15
16 This will create an RPM file in the working directory, which you can
17 install with the rpm command line tool or mock.