From f2bc770d31014c6fc95e6ef415d12bf99f23fd40 Mon Sep 17 00:00:00 2001 From: karutoh Date: Thu, 1 Feb 2024 02:14:43 -0800 Subject: [PATCH] Fixed the prerequisites. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cfe0d1..0e5816c 100644 --- a/README.md +++ b/README.md @@ -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