Updated Working on GNU Linux (markdown)

master
hristo 4 年之前
父節點
當前提交
71269996c5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Working-on-GNU-Linux.md

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

@ -56,7 +56,7 @@ Building with cmake on Linux is easy, just use the following:
git clone https://github.com/raysan5/raylib.git raylib
cd raylib
mkdir build && cd build
cmake -DSHARED=ON -DSTATIC=ON ..
cmake -DBUILD_SHARED_LIBS=ON ..
make
make install
```

Loading…
取消
儲存