mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
update opensuse info
@ -1,9 +1,15 @@
|
||||
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 [devel:libraries:c_c++ devel project](https://build.opensuse.org/project/show/devel:libraries:c_c++).
|
||||
openSUSE Tumbleweed has raylib in the official repository. Install it via:
|
||||
|
||||
You can easily install it by adding the repository, refreshing your sources and installing:
|
||||
```
|
||||
zypper in raylib-devel
|
||||
```
|
||||
|
||||
openSUSE Leap users 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
|
||||
|
||||
Reference in New Issue
Block a user