Add missing dependency to README.md.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
parent
175daea1db
commit
3eafa3649a
|
@ -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.
|
||||
|
||||
```
|
||||
pacman -S cmake base-devel lib32-sdl2
|
||||
pacman -S cmake base-devel lib32-sdl2 gcc-multilib
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
|
Loading…
Reference in New Issue