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

master
mykykh 8 月之前
父節點
當前提交
11ca13e252
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +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.

Loading…
取消
儲存