X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=distro%2Ffedora%2FINSTALL;h=854067055844ff225d1e52cc7b4c66fcd4c8ce5a;hp=8b137891791fe96927ad78e64b0aad7bded08bdc;hb=fe14d1b056935d726cca09b2c0f2607c831244ef;hpb=d684e99d862b43730cb6b77347bfce4405341e9f diff --git a/distro/fedora/INSTALL b/distro/fedora/INSTALL index 8b13789..8540670 100644 --- a/distro/fedora/INSTALL +++ b/distro/fedora/INSTALL @@ -1 +1,31 @@ +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 + +For install gmqpak do this: +# yum install gmqpak + +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.3.5.tar.gz -o ~/rpmbuild/SOURCES/gmqcc-0.3.5.tar.gz +$ rpmbuild -ba ~/rpmbuild/SPECS/gmqcc.spec + +Now we have RPMs in ~/rpmbuild/RPMS/ and you can install it via yum.