should be all deps for ubuntu
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m32s

This commit is contained in:
2024-07-29 20:19:04 -04:00
parent 1542224ffc
commit 3b3d1ba197
2 changed files with 3 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ Install dependencies
```bash
dnf install cmake make gcc-g++ libX11 libX11-devel
apt-get install cmake make gcc g++ libx11-6 libx11-dev libgl-dev
```
Clone the repository
@@ -30,4 +31,4 @@ Run it
```bash
./ReWindowDemo
```
```

View File

@@ -1 +1 @@
Main:new("Install build dependencies", "apt-get install -yq libx11-6 libx11-dev")
Main:new("Install build dependencies", "apt-get install -yq libx11-6 libx11-dev libgl-dev")