Building bleeding edge in Mac or Linux?

Issue:
Hi I want to know is it possible to build city myself in Mac? I tried to build it but with the following errors.

System Information

  • Operating System: MacOS 10.12.3
  • Citra Version (found in titlebar): bleeding-edge-86

Log:

CMake Error at CMakeLists.txt:259 (add_subdirectory):
The source directory

/Users/UserName/Downloads/citra-bleeding-edge-bleeding-edge-86/externals/dynarmic

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:275 (add_subdirectory):
The source directory

/Users/UserName/Downloads/citra-bleeding-edge-bleeding-edge-86/externals/soundtouch

does not contain a CMakeLists.txt file.

Did you follow the build guide on our wiki?

Building for macOS

When using git clone, make sure you include --recursive else you’ll have to use git submodule update --init --recursive after cloning.

Yes it works and thank you.

Could you elaborate on what you did, specifically where you needed to deviate from the wiki build guide for Mac to build the 86-bleeding-edge? I’m able to follow the steps exactly as they appear on the guide (except I can’t seem to actually run Citra after building it on Xcode), but not tech savvy enough to figure out when/where to go off script to get the proper release.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.