Documentation: Add glslang-tools as a dependency for Ubuntu
This is needed for WebGL to work on Ubuntu.
This commit is contained in:
parent
9402a6e4e1
commit
e2d223b305
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ install_cmake() {
|
||||||
### Install packages
|
### Install packages
|
||||||
|
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install -y autoconf autoconf-archive automake bison build-essential ccache curl fonts-liberation2 git libdrm-dev libgl1-mesa-dev libncurses-dev libtool libxkbcommon-dev lsb-release nasm ninja-build pkg-config python3 qt6-base-dev qt6-tools-dev-tools qt6-wayland shellcheck tar unzip zip
|
apt install -y autoconf autoconf-archive automake bison build-essential ccache curl fonts-liberation2 git glslang-tools libdrm-dev libgl1-mesa-dev libncurses-dev libtool libxkbcommon-dev lsb-release nasm ninja-build pkg-config python3 qt6-base-dev qt6-tools-dev-tools qt6-wayland shellcheck tar unzip zip
|
||||||
|
|
||||||
install_cmake
|
install_cmake
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ CMake 3.30 or newer must be available in $PATH.
|
||||||
|
|
||||||
<!-- Note: If you change something here, please also change it in the `devcontainer/devcontainer.json` file. -->
|
<!-- Note: If you change something here, please also change it in the `devcontainer/devcontainer.json` file. -->
|
||||||
```bash
|
```bash
|
||||||
sudo apt install autoconf autoconf-archive automake build-essential ccache cmake curl fonts-liberation2 git libdrm-dev libgl1-mesa-dev libncurses-dev libtool nasm ninja-build pkg-config python3-venv qt6-base-dev qt6-tools-dev-tools qt6-wayland tar unzip zip
|
sudo apt install autoconf autoconf-archive automake build-essential ccache cmake curl fonts-liberation2 git glslang-tools libdrm-dev libgl1-mesa-dev libncurses-dev libtool nasm ninja-build pkg-config python3-venv qt6-base-dev qt6-tools-dev-tools qt6-wayland tar unzip zip
|
||||||
```
|
```
|
||||||
|
|
||||||
#### CMake 3.30 or newer:
|
#### CMake 3.30 or newer:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue