Add macOS install instructions (#43)

This commit is contained in:
cadmic
2024-02-24 11:33:43 -08:00
committed by GitHub
parent 02b507a834
commit 791a1d34d9
+11 -3
View File
@@ -18,27 +18,35 @@ You will need the following dependencies:
* make
* git
* python3
* 32-bits wine
* 32-bit wine
* wget
* unzip
* clang-format (optional)
#### Ubuntu/Debian
In order to install the 32-bits version of Wine, you will need to run:
In order to install the 32-bit version of Wine, you will need to run:
```
sudo dpkg --add-architecture i386
sudo apt-get update
```
Under a Debian/Ubuntu, you can install them with the following commands:
You can install the dependencies with the following commands:
```
sudo apt-get update
sudo apt-get install build-essential git python3 wine32:i386 wget unzip
```
### macOS
You can install dependencies via Homebrew with the following command:
```
brew install coreutils python3 wget wine
```
### Instructions
1. Obtain the original ELF executable found in the `120903_zelda.tgc` file on the Japanese Collector's Edition disk and place it in the base working directory and name it `SIM_original.elf`