From 2f44988d40ec0eaec1abd4f9ac07dcf5edb0cc26 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 20 Dec 2019 14:26:51 -0500 Subject: Update README and INSTALL --- INSTALL.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 729014051..1b2ba259e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ ## Prerequisites -| Linux | macOS | Windows 10 (build 18917+) | Windows 10 (1709+) | Windows Vista, 7, 8, 8.1, and 10 (1507, 1511, 1607, 1703) +| Linux | macOS | Windows 10 (build 18917+) | Windows 10 (1709+) | Windows 8, 8.1, and 10 (1507, 1511, 1607, 1703) | ----- | ----- | ------------------------- | ------------------ | --------------------------------------------------------- | none | [Xcode Command Line Tools package][xcode] | [Windows Subsystem for Linux 2][wsl2] | [Windows Subsystem for Linux][wsl] | [Cygwin][cygwin] @@ -42,4 +42,17 @@ If only `.c` or `.s` files were changed, turn off the dependency scanning tempor make -j$(nproc) NODEP=1 +Convenient targets have been defined to build Pokémon LeafGreen and the 1.1 revisions of both games: + + # LeafGreen 1.0 + make -j$(nproc) leafgreen + # FireRed 1.1 + make -j$(nproc) firered_rev1 + # LeafGreen 1.1 + make -j$(nproc) leafgreen_rev1 + +To confirm these match the respective official ROM images, prefix `compare_` to each target name. For example: + + make -j$(nproc) compare_leafgreen + **Note:** If the build command is not recognized on Linux, including the Linux environment used within Windows, run `nproc` and replace `$(nproc)` with the returned value (e.g.: `make -j4`). Because `nproc` is not available on macOS, the alternative is `sysctl -n hw.ncpu`. -- cgit v1.2.3