Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ For debian-based systems (apt), the added dependencies required to make the gui
- libxi-dev
- libxinerama-dev

These dependencies can be installed by using the following command:

```shell
sudo apt install libglfw3-dev libgl-dev libglew-dev libxxf86vm-dev libxi-dev libxinerama-dev
```

For arch-based systems (pacman), the added dependencies required to make the gui are:
- glfw-x11
- mesa
Expand Down