libxi-dev was spelled wrong `http://packages.ubuntu.com/trusty/libxi-dev`

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

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

@ -15,7 +15,7 @@ raylib requires GLFW3 (Windows and input management) and OpenAL Soft (audio syst
GLFW3 depends on some other libraries:
sudo apt install mesa-common-dev libx11-dev libxrandr-dev libXi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev
sudo apt install mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev libglew-dev
Now, you need to download GLFW3 from sources and build it (you also need cmake tool; if you have not, just do: `sudo apt install cmake`):

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