860 B
860 B
Horizon OC Compilation Instructions
- Install devkitpro (https://devkitpro.org/wiki/Getting_Started) with switch-dev
- Set up a development enviorment for compiling Atmosphere (https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/building.md)
- Install GNU make and ENSURE THAT YOUR ENVIORMENT HAS A PYTHON3 COMMAND AVAILABLE!
- Git clone atmosphere (git clone https://github.com/Atmosphere-NX/Atmosphere.git)
- Clone the Horizon OC develop branch (git clone https://github.com/Horizon-OC/Horizon-OC.git --recurse-submodules)
- Create a new folder named "build" in the horizon oc repo
- Copy atmosphere files into that build folder
- Copy Source/Atmosphere/stratosphere/loader/source/ldr_process_creation.cpp to build/stratosphere/loader/source/ldr_process_creation.cpp, replacing any files if prompted
- Run ./build.sh in the root directory