MeloNX/Compile.md
2024-12-09 21:37:57 +00:00

998 B

How to compile MeloNX using macOS

Prerequisites

Compiling

  1. Clone the Git Repo and build Ryujinx

       git clone https://github.com/melonx-emu/melonx/tree/XC-ios-ht
       cd melonx
       ./compile.sh -x
    
  2. Open the Xcode project, stored at MeloNX/src/MeloNX

  3. Make sure Ryujinx.SDL2.Headless.dylib is set to Embed & Sign in the General settings for the Xcode project

  4. Signing & Capabilities Change your 'Team' to your Developer Account (free or paid) and change Bundle Identifier to com.*your name*.MeloNX

  5. Build and Run CMD+R

  6. Check the post-setup guide

If you don't have a paid developer account

Make sure these entitlements are removed if you don't have a paid Apple Developer account

    Extended Virtual Addressing
    Increased Debugging Memory Limit