]> git.xonotic.org Git - xonotic/gmqcc.git/blob - distro/fedora/spec/INSTALL
Rework distro package build system.
[xonotic/gmqcc.git] / distro / fedora / spec / INSTALL
1 File is constantly updated!
2
3 Since Fedora 19 we have this package in main repos. Please use it!
4
5 For install gmqcc do this:
6 # yum install gmqcc
7
8 For install qcvm do this:
9 # yum install qcvm
10
11 For install gmqpak do this:
12 # yum install gmqpak
13
14 To use the spec files in this fedora directory you need the core
15 development tools , building enviroment for the user, and
16 the directory structure for it. If you don't already have these, issue
17 the following commands.
18
19 # yum groupinstall "Development Tools"
20 # yum install rpmdevtools
21 $ rm -rf ~/rpmbuild
22 $ rpmdev-setuptree
23
24 Prepare and build the RPMs.
25
26 $ cp gmqcc.spec ~/rpmbuild/SPECS/
27 $ wget https://github.com/graphitemaster/gmqcc/archive/0.3.5.tar.gz -o ~/rpmbuild/SOURCES/gmqcc-0.3.5.tar.gz
28 $ rpmbuild -ba ~/rpmbuild/SPECS/gmqcc.spec
29
30 Now we have RPMs in ~/rpmbuild/RPMS/ and you can install it via yum.
31