Running ldconfig after cmake install solves: could not find libraylib.so

mykykh
2024-12-18 19:00:25 +02:00
parent 0494b77aa7
commit 11ca13e252

@ -91,6 +91,7 @@ mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=ON ..
make
sudo make install
sudo ldconfig
```
In case any dependencies are missing, cmake will tell you.