From 7f19d820df3be8aa9164d9d8865fc013cb6ec966 Mon Sep 17 00:00:00 2001 From: Manuel Schnitzer Date: Fri, 14 Dec 2018 05:20:00 +0100 Subject: [PATCH] Adjust openSUSE installation guide * The pawncc packages for openSUSE were moved to a separate project on the Open Build Service. The link points now to the correct location. * Added an instruction for installing multiple pawncc compiler versions on openSUSE --- readme.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1925137..4a0cf86 100644 --- a/readme.md +++ b/readme.md @@ -62,20 +62,22 @@ Download the ZIP archive and extract `pawnc.dll`, `pawncc.exe`, `pawndisasmsm.exe` to your original `pawncc` directory. If you use Pawno, this will be in the `pawno/` folder that's inside your server directory. -### openSUSE/SLES +### openSUSE -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: +There is an installation package available for openSUSE users so that you +can easily install the latest compiler on your distribution. Please follow these steps: -1. Go to +1. Go to 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` + `zypper ar $COPIED_LINK home:mschnitzer:pawncc` 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 +The download repository for openSUSE does provide older versions as well (oldest version: 3.10.7). Just install the version you like (e.g.: `zypper in pawncc-3.10.8` and run it via `$ pawncc-3.10.8 -Z -O3 [...]`). Parallel installation is supported. + ### With sampctl If you are a [sampctl][sampctl] user, you are already using this compiler!