From 778f57400613f0555e7aecdd5579b658e604e88c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 9 May 2020 12:57:34 -0400 Subject: Clarify packages for WSL/Ubuntu --- INSTALL.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2d42c2b8..ca080afb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,15 +20,13 @@ Building the ROM requires the following packages: * make * git -* build-essentials +* build-essentials (build-essential on Ubuntu) * binutils-arm-none-eabi * wine (to run the mwcc executables) -* libpng-devel +* libpng-devel (libpng-dev on Ubuntu) NOTE: If you are using Arch/Manjaro or Void you will only need base-devel instead of build-essentials or make or git. You will still need wine. -Also, if you are using WSL on Windows, please pass NOWINE=1 when compiling, and wine is not necessary for a WSL environment. - #### Windows Before following the respective guides, please install devkitARM and ensure the DEVKITPRO and DEVKITARM variables are added to bashrc such that: -- cgit v1.2.3