mirror of
https://github.com/encounter/oot-gc.git
synced 2026-07-10 12:18:42 -07:00
Add macOS install instructions (#43)
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user