should be all deps for ubuntu
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m32s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m32s
This commit is contained in:
@@ -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
|
||||
```
|
||||
```
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user