Merge pull request #174 from mschnitzer/master

Add 'Installation on openSUSE/SLES' section to README
This commit is contained in:
Zeex 2017-07-30 03:59:46 +06:00 committed by GitHub
commit 6c2e5d01e3

View File

@ -13,6 +13,18 @@ What is this?
This is a modified copy of the Pawn compiler version 3.2.3664 by Compuphase that
fixes some bugs and adds a few features.
Installation on openSUSE/SLES
---------------------
There is an installation package available for openSUSE/SLES users so that you can easily install the compiler on your distribution. Please follow these steps:
1. Go to https://build.opensuse.org/package/show/home:mschnitzer/pawncc
2. On the right side, select your distribution (only if it's not disabled!)
3. Click "Go to download repository"
4. Copy the link and enter in sudo mode in your shell: `zypper ar $COPIED_LINK home:mschnitzer`
5. Again as root, type: `zypper ref`
6. Install the package with `zypper in pawncc`
7. Run `pawncc` in your shell to test if it's working
Changes
-------