mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-27 00:57:25 -04:00
Update GLFW release version
@ -147,10 +147,10 @@ In `raylib/examples` run:
|
|||||||
|
|
||||||
Instead of using the embedded GLFW, you can download GLFW3 and build it from source (it requires CMake).
|
Instead of using the embedded GLFW, you can download GLFW3 and build it from source (it requires CMake).
|
||||||
|
|
||||||
wget https://github.com/glfw/glfw/releases/download/3.2.1/glfw-3.2.1.zip
|
wget https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip
|
||||||
unzip glfw-3.2.1.zip
|
unzip glfw-3.4.zip
|
||||||
cd glfw-3.2.1
|
cd glfw-3.4
|
||||||
cmake
|
cmake .
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
Now with GLFW installed, you may build raylib while specifying `USE_EXTERNAL_GLFW`:
|
Now with GLFW installed, you may build raylib while specifying `USE_EXTERNAL_GLFW`:
|
||||||
|
|||||||
Reference in New Issue
Block a user