Add 'Installation on openSUSE/SLES' section to README

This commit is contained in:
Manuel Schnitzer 2017-06-08 08:13:25 +02:00 committed by Manuel Schnitzer
parent ad6bc39dc1
commit 92357e0e48
No known key found for this signature in database
GPG Key ID: 8753CB67DEFDC709

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
-------