mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
add instruction
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
23af0c0209
commit
ab79dbd22a
1 changed files with 28 additions and 0 deletions
|
@ -1 +1,29 @@
|
|||
File is constantly updated!
|
||||
|
||||
Since Fedora 19 we have this package in main repos. Please use it!
|
||||
|
||||
For install gmqcc do this:
|
||||
# yum install gmqcc
|
||||
|
||||
For install qcvm do this:
|
||||
# yum install qcvm
|
||||
|
||||
To use the spec files in this fedora directory you need the core
|
||||
development tools , building enviroment for the user, and
|
||||
the directory structure for it. If you don't already have these, issue
|
||||
the following commands.
|
||||
|
||||
# yum groupinstall "Development Tools"
|
||||
# yum install rpmdevtools
|
||||
$ rm -rf ~/rpmbuild
|
||||
$ rpmdev-setuptree
|
||||
|
||||
Prepare and build the RPMs.
|
||||
|
||||
$ cp gmqcc.spec ~/rpmbuild/SPECS/
|
||||
$ wget https://github.com/graphitemaster/gmqcc/archive/0.2.9.tar.gz -o ~/rpmbuild/SOURCES/gmqcc-0.2.9.tar.gz
|
||||
$ wget https://raw.github.com/graphitemaster/gmqcc/master/distro/archlinux/release/build_fix.patch -o ~/rpmbuild/SPECS/build_fix.patch
|
||||
$ rpmbuild -ba ~/rpmbuild/SPECS/gmqcc.spec
|
||||
|
||||
Now we have RPMs in ~/rpmbuild/RPMS/ and you can install it via yum.
|
||||
|
||||
|
|
Loading…
Reference in a new issue