From 2cf4226c35339d05353b9d49e1e3fd19e5b629f6 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 8 Jun 2017 17:51:10 +0200 Subject: [PATCH] add linux install instructions --- Install-on-GNU-Linux.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Install-on-GNU-Linux.md diff --git a/Install-on-GNU-Linux.md b/Install-on-GNU-Linux.md new file mode 100644 index 0000000..cac660a --- /dev/null +++ b/Install-on-GNU-Linux.md @@ -0,0 +1,10 @@ +openSUSE Tumbleweed has raylib in the [devel:libraries:c_c++ devel project](https://build.opensuse.org/project/show/devel:libraries:c_c++). + +You can easily install it by adding the repository, refreshing your sources and insalling: +``` +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 +``` + +If you are a packager for another Distribution, please take the time and create a raylib package. \ No newline at end of file