diff options
author | red031000 <rubenru09@aol.com> | 2020-05-09 18:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 18:03:53 +0100 |
commit | e1c517d34810fe83865e896a23e46a2ea089261f (patch) | |
tree | a65e4a640265813b47082c09d9541083bec300ca | |
parent | 4a32bb288b5af3333a47e33d1ba9a83485ff1052 (diff) | |
parent | 778f57400613f0555e7aecdd5579b658e604e88c (diff) |
Merge pull request #71 from martmists/fix-install.md
Clarify packages for WSL/Ubuntu
-rw-r--r-- | INSTALL.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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: |