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.

불러오는 중...
취소
저장