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
```

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