This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Running ldconfig after cmake install solves: could not find libraylib.so
master
mykykh
7 months ago
parent
0494b77aa7
commit
11ca13e252
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Working-on-GNU-Linux.md
+ 1
- 0
Working-on-GNU-Linux.md
@ -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.
Write
Preview
Loading…
Cancel
Save