From 92357e0e488fec891e2d867a821577f127a60e52 Mon Sep 17 00:00:00 2001 From: Manuel Schnitzer Date: Thu, 8 Jun 2017 08:13:25 +0200 Subject: [PATCH] Add 'Installation on openSUSE/SLES' section to README --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index e88097d..860a1cf 100644 --- a/readme.md +++ b/readme.md @@ -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 -------