Looks like Debian's apt is one of the few packages managers they
It's been years since I used Debian, so bear with me if I get the package names wrong here, but the commands should be:
Then try running the game again
You must be registered to see the links
, so you'll have to compile from source.It's been years since I used Debian, so bear with me if I get the package names wrong here, but the commands should be:
Code:
sudo apt install cmake git
git clone https://github.com/raysan5/raylib.git
cd raylib; mkdir build; cd build
cmake -DBUILD_SHARED_LIBS=ON
make
sudo make install
cd ../../
rm -rf raylib
sudo ln -sr /usr/lib/libraylib.so.5.5.0 /usr/lib/libraylib.so.450
Last edited: