Skip to content

Commit

Permalink
add debian/ubuntu build dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
midilab committed Sep 9, 2023
1 parent 90b2331 commit cd26c0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ cmake -B build -G "Visual Studio 17"

#### GNU Linux

To generate a **Linux CMake** project, run:
Install the dependecies:
```sh
sudo apt install build-essential gcc cmake libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libfreetype6-dev libasound2-dev
```

To generate a **Linux CMake** project, run:
```sh
cmake -B build
```
Expand Down

0 comments on commit cd26c0a

Please sign in to comment.