Skip to content

Commit

Permalink
readme: Add dependency package names for Arch Linux and Debian / Ubun…
Browse files Browse the repository at this point in the history
…tu (2).
  • Loading branch information
fleroviux committed May 10, 2020
1 parent 18ad8ca commit 37f681a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -29,15 +29,17 @@ NanoboyAdvance can be compiled on Windows and Linux (Mac OS X and FreeBSD should
A modern C++17-capable compiler such as Clang/Clang-CL or G++ is mandatory.
MSVC is not supported and most definitely doesn't work in the default configuration (stack overflow while parsing templated code).

### Dependencies

There are a few dependencies that you need to get:
- CMake
- SDL2 development library
- GLEW

### Arch Linux
On Arch Linux:\
`pacman -S cmake sdl2 glew`

### Ubuntu or Debian derived
On an Ubuntu or Debian derived system:\
`apt install cmake libsdl2-dev libglew-dev`

### Clone Git repository
Expand Down

0 comments on commit 37f681a

Please sign in to comment.