Skip to content

Commit 18ad8ca

Browse files
committed
readme: Add dependency package names for Arch Linux and Debian / Ubuntu.
1 parent 079e0f0 commit 18ad8ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ There are a few dependencies that you need to get:
3434
- SDL2 development library
3535
- GLEW
3636

37+
### Arch Linux
38+
`pacman -S cmake sdl2 glew`
39+
40+
### Ubuntu or Debian derived
41+
`apt install cmake libsdl2-dev libglew-dev`
42+
3743
### Clone Git repository
3844

3945
Make sure to clone the repository with its submodules:

0 commit comments

Comments
 (0)