Updated Compile for GNU Linux (markdown)

master
Ray 8 년 전
부모
커밋
590d433af3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Compile-for-GNU-Linux.md

+ 2
- 2
Compile-for-GNU-Linux.md

@ -19,8 +19,8 @@ GLFW3 depends on some other libraries:
Now, you need to download GLFW3 from sources and build it (you also need cmake tool; if you don't have, just do: `sudo apt install cmake`):
wget https://github.com/glfw/glfw/releases/download/3.2/glfw-3.2.zip
unzip glfw-3.2.zip
wget https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip
unzip glfw-3.2.1.zip
cd glfw
cmake .
sudo make install

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