Add missing dependency to README.md.

Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
aixxe 2017-01-13 01:48:00 +00:00
parent 175daea1db
commit 3eafa3649a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ You will need **cmake**, a relatively up-to-date C++ compiler and 32-bit **SDL2*
If you are on a 64-bit system you may need to enable 32-bit repositories. If you are on a 64-bit system you may need to enable 32-bit repositories.
``` ```
pacman -S cmake base-devel lib32-sdl2 pacman -S cmake base-devel lib32-sdl2 gcc-multilib
``` ```
### Usage ### Usage