From c7c485cc605223faae975f5f9d4c7d0ed6692fb4 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:07:19 +0200 Subject: [PATCH 1/2] Update COMPILING.md --- COMPILING.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 5b2833af..57c35fa3 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -2,10 +2,8 @@ Horizon OC Compilation Instructions 1. Install devkitpro (https://devkitpro.org/wiki/Getting_Started) with switch-dev 2. Set up a development enviorment for compiling Atmosphere (https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/building.md) -3. Install GNU make and ENSURE THAT YOUR ENVIORMENT HAS A PYTHON3 COMMAND AVAILABLE! -4. Git clone atmosphere (git clone https://github.com/Atmosphere-NX/Atmosphere.git) -5. Clone the Horizon OC develop branch (git clone https://github.com/Horizon-OC/Horizon-OC.git --recurse-submodules) -6. Create a new folder named "build" in the horizon oc repo -7. Copy atmosphere files into that build folder -8. Copy Source/Atmosphere/stratosphere/loader/source/ldr_process_creation.cpp to build/stratosphere/loader/source/ldr_process_creation.cpp, replacing any files if prompted -9. Run ./build.sh in the root directory +3. Git clone atmosphere (git clone https://github.com/Atmosphere-NX/Atmosphere.git) +4. Clone the Horizon OC develop branch (``git clone https://github.com/Horizon-OC/Horizon-OC.git --recurse-submodules``) +5. Create a new folder named "build" in the horizon oc repo +6. Copy atmosphere files into that build folder +7. Run ./build.sh in the root directory From 6d6b5c93eff401b64933fed5fb2932b9a5374b1f Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:07:50 +0200 Subject: [PATCH 2/2] Update COMPILING.md --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index 57c35fa3..8b832fcf 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -4,6 +4,6 @@ Horizon OC Compilation Instructions 2. Set up a development enviorment for compiling Atmosphere (https://github.com/Atmosphere-NX/Atmosphere/blob/master/docs/building.md) 3. Git clone atmosphere (git clone https://github.com/Atmosphere-NX/Atmosphere.git) 4. Clone the Horizon OC develop branch (``git clone https://github.com/Horizon-OC/Horizon-OC.git --recurse-submodules``) -5. Create a new folder named "build" in the horizon oc repo +5. Create a new folder named ``build`` in the horizon oc repo 6. Copy atmosphere files into that build folder 7. Run ./build.sh in the root directory