mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Running ldconfig after cmake install solves: could not find libraylib.so
@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user