Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Dec 4, 2021
1 parent 86ebac9 commit 5fe3c39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ That's all! Everything will work like normal, and it will be fully optimized for
- No current workaround
- Minecraft `1.12.2` and before crash on start
- Install an arm64 native version of Java 8 (i.e. [Azul OpenJDK 8 arm64](https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk)) and set ManyMC to use this version instead
- OptiFine doesn't work
- On Minecraft 1.14 and above, install [Fabric](https://fabricmc.net) + [OptiFabric](https://www.curseforge.com/minecraft/mc-mods/optifabric) + OptiFine

## How does it work

Expand All @@ -59,11 +61,12 @@ At the time of writing there is no official arm64 launcher, be it third or first
2. Install XCode and set it up to the point where you can build things from a terminal

3. Ensure that `JAVA_HOME` points to Java 8:

```bash
export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)
```

6. Run a build (you may have to set `DLauncher_EMBED_SECRETS` to `OFF`):
4. Run a build (you may have to set `DLauncher_EMBED_SECRETS` to `OFF`):

```bash
mkdir build
Expand All @@ -77,7 +80,7 @@ At the time of writing there is no official arm64 launcher, be it third or first
-DQt5_DIR="/opt/homebrew/opt/qt@5/" \
-DLauncher_LAYOUT=mac-bundle \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.7 \
-DLauncher_META_URL="https://raw.githubusercontent.com/MinecraftMachina/meta-multimc-arm64/master/" \
-DLauncher_META_URL="https://minecraftmachina.github.io/meta-multimc-arm64/" \
-DLauncher_EMBED_SECRETS=ON \
..
make -j$(sysctl -n hw.physicalcpu) install
Expand Down

0 comments on commit 5fe3c39

Please sign in to comment.