We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updated Working on GNU Linux (markdown)
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.
Added libatomic dependency for Fedora
Fixed link to premake video
add: dependencies for building with wayland in fedora