From 2cc06e8a46c2797a9db28e5976e13fba93310d26 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Tue, 22 Feb 2022 17:29:58 -0700 Subject: [PATCH] Update README.md (#165) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 531da7dad..df5a1681d 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ The build system has the following package requirements: To add submodules run `git submodule update --init --recursive` after cloning. -##### Debian / Ubuntu +#### Debian / Ubuntu ``` -sudo apt install build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev +sudo apt install build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev libcapstone-dev ``` -##### Arch Linux +#### Arch Linux To install build dependencies: ``` @@ -43,7 +43,7 @@ Install the following AUR packages: Review the n64decomp/sm64 readme for instructions to compile in other distributions. -##### Windows +#### Windows Compiling on Windows requires `MSYS2 MinGW x64`. The setup process is a tad intensive.