We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert e56b9133df3d37a9a0f78455039b15174f776896...9b8f367c5410a9210e903149ffeaf1eb952d91e3 on Working on GNU Linux
Update Wayland build warning
The previously written command (USE_WAYLAND_DISPLAY) didn't work for me.
The "make" package does not come by default in the void linux iso with or without xfce.
Updated Working on GNU Linux (markdown)
Running ldconfig after cmake install solves: could not find libraylib.so
fix space
Added a Nix/NixOS setup guide for Raylib
Added how to build examples with cmake
spelling
Fix spacing
Hi! I was checking out this cool library when I noticed this tiny typo. Hope it's fine to submit a fix and it was not intentional. Otherwise, I apologize of course. :)
--depth 1, option only clones the latest commit, meaning it clones A LOT quicker
I had to install these two additional packages on Ubuntu 20.04.6 LTS. libwayland-dev libxkbcommon-dev
centos7 build edit
centos7 build
Make the instructions for building a project clearer
Added instructions for installing on arch linux
Update Fedora RPM support with official support
added (at least homebrewed) Fedora packages (as I'm no official Fedora Packager guy) P.S.: Happy 10th anniversary!!!
GLFW issue fixed on https://github.com/raysan5/raylib/pull/3242
GLFW library required for running the examples in Ubuntu linux.
On Ubuntu 22.04 (Jammy Jellyfish) xorg-dev and mesa-common-dev depend on libdrm-dev which is unavailable. Instead, installing libxcursor-dev and libxinerama-dev directly worked for me.