From a3d023c43c8082112435984318edc752619a3e1d Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 26 Jun 2018 00:13:21 +0200 Subject: [PATCH] Destroyed Install on GNU Linux (markdown) --- Install-on-GNU-Linux.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Install-on-GNU-Linux.md diff --git a/Install-on-GNU-Linux.md b/Install-on-GNU-Linux.md deleted file mode 100644 index efdba00..0000000 --- a/Install-on-GNU-Linux.md +++ /dev/null @@ -1,17 +0,0 @@ -If you are a packager for a Distribution not listed here, please take the time and create a raylib package. - -# openSUSE -openSUSE has raylib in the official repository. Install it via: - -``` -zypper in raylib-devel -``` - -Users of older openSUSE versions will have to add the [devel:libraries:c_c++ devel project](https://build.opensuse.org/project/show/devel:libraries:c_c++). - -Add the repo, refresh sources and install raylib: -``` -zypper ar -f http://download.opensuse.org/repositories/devel:/libraries:/c_c++/openSUSE_Factory/devel:libraries:c_c++.repo -zypper ref -zypper in raylib-devel -``` \ No newline at end of file