From 4fdbb41589c80e62a4584dac2f5941bce45132d6 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Thu, 22 Feb 2024 18:43:17 -0700 Subject: [PATCH] Alter compiling doc (#576) --- docs/basics/compiling.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/basics/compiling.md b/docs/basics/compiling.md index f8495f980..a2834ecd2 100644 --- a/docs/basics/compiling.md +++ b/docs/basics/compiling.md @@ -27,16 +27,13 @@ Review the [n64decomp/sm64](https://github.com/n64decomp/sm64) readme for instru # Windows -*N64 decomp does not mesh well with Windows. However, this process has been refined to be as painless as possible. WSL is a great alternative if issues arise.* - -### Requirements -- Clone the repo or download the zip on your computer -- Dowload toolchain from [here](https://github.com/coco875/mk64-tools/releases/download/v0.0.6/mips-tools-chain-windows.zip) +- Clone the repo or download the zip. +- Download and extract the toolchain from [here](https://github.com/coco875/mk64-tools/releases/download/v0.0.6/mips-tools-chain-windows.zip) ### Setup -1. copy from mips-tools-chain-windows.zip the folder `mingw64` into tools folder in the repo -2. Open a terminal (cmd or powershell) in the repo folder and run `"tools\mingw64\w64devkit.exe"` and after `make` -3. Wait for the build to finish and Enjoy! +- Place the `mingw64` folder from the toolchain into the tools folder like so: `mk64/tools/mingw64`. +- Open a terminal (cmd or powershell) in the repo folder and run `"tools\mingw64\w64devkit.exe"` and after `make` +- Wait for the build to finish and Enjoy! # macOS