adding `sudo` keyword for installing otherwise it is an error

master
Airbus5717 4 年前
父节点
当前提交
5e086fc497
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Working-on-GNU-Linux.md

+ 1
- 1
Working-on-GNU-Linux.md

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

正在加载...
取消
保存