Fixed the prerequisites.
This commit is contained in:
parent
147b404aae
commit
f2bc770d31
@ -47,11 +47,14 @@ anything which means embedded hardware support.
|
||||
## Prerequisites
|
||||
### Windows
|
||||
- [Visual Studio Community](https://visualstudio.microsoft.com/vs/community/)
|
||||
- [Netwide Assembler](https://www.nasm.us/)
|
||||
- [CMake](https://cmake.org/)
|
||||
|
||||
### Linux
|
||||
- **Arch Linux**: `sudo pacman -S gcc cmake`
|
||||
- **Debian Linux**: `sudo apt install gcc cmake`
|
||||
- **Arch Linux**: `sudo pacman -S gcc nasm cmake alsa-lib libxcb xcb-util-cursor`
|
||||
- **Debian Linux**: `sudo apt install gcc nasm cmake libasound2-dev libxcb1-dev libxcb-xinput-dev libxcb-cursor-dev`
|
||||
|
||||
For building on the Raspberry Pi instead of the Netwide Assembler (NASM), GCC's Assembler is used.
|
||||
|
||||
## Building
|
||||
### Linux
|
||||
|
Loading…
Reference in New Issue
Block a user