From 2f9c7bc0036cb46be04e424b1c21b13b09886584 Mon Sep 17 00:00:00 2001 From: Nobuyuki Date: Fri, 8 Mar 2024 07:57:54 +0900 Subject: [PATCH] ci --- .github/workflows/ubuntu.yml | 2 +- doc/setup_glfw.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 047b200..4484d74 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -18,7 +18,7 @@ jobs: - name: install glfw run: | - sudo apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules + sudo apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules libxrandr git submodule update --init -- external/glfw cmake -S external/glfw -B external/glfwbuild cd external/glfwbuild diff --git a/doc/setup_glfw.md b/doc/setup_glfw.md index 560d70d..abb9668 100644 --- a/doc/setup_glfw.md +++ b/doc/setup_glfw.md @@ -31,7 +31,7 @@ acg-/external/glfwlib/include/GLFW/glfw3.h For Ubuntu, you may need to install dependencies before the installation. Use `apt-get` to install ```bash -$ sudo apt-get install -y xorg-dev +$ sudo apt install libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules ``` for other unix-like OS, look at the [manual](https://www.glfw.org/docs/3.3/compile.html#compile_deps) to install dependencies.