X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=distro%2Ffedora%2FINSTALL;h=390555a85f5b20fcf3340d551a42114d1c264e85;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hb=ab79dbd22aa7551c702a8990cb4347e8823a2f17;hpb=23af0c02099472f8e09485ccb029d6900d224f62 diff --git a/distro/fedora/INSTALL b/distro/fedora/INSTALL index 8b13789..390555a 100644 --- a/distro/fedora/INSTALL +++ b/distro/fedora/INSTALL @@ -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.