Skip to content

Instantly share code, notes, and snippets.

@geoffyuen
Created April 18, 2019 15:20
Show Gist options
  • Select an option

  • Save geoffyuen/e251832738d8be752c1e24a3260cb802 to your computer and use it in GitHub Desktop.

Select an option

Save geoffyuen/e251832738d8be752c1e24a3260cb802 to your computer and use it in GitHub Desktop.
Compile Higan for MacOS
  1. Install Xcode. Run it at least once and jump through all the dialogs.
  2. Install the Xcode commandline tools. Open the terminal.app, type xcode-select --install.
  3. Download the Higan source and unzip.
  4. In terminal, navigate to the higan subfolder
  5. Type make and wait for it to be built. Once finished it will be in the higan/out folder.
  6. Do the same for the Icarus folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment