mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 02:34:36 +00:00
8 lines
299 B
Bash
8 lines
299 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev wayland-protocols
|
|
|
|
cmake -B build-full-static -D GLFW_BUILD_WAYLAND=ON -D GLFW_BUILD_X11=ON
|
|
cmake --build build-full-static --parallel
|