Files
Horizon-OC/Source/Atmosphere-MTC-Unlock/docs/building.md
souldbminersmwc 15b7df8ef1 hoc-clk: add live vdd2, live boost clock and basic pwm dimming
hoc-sys: change stuff

ams-mtc: add ams-mtc

Update SECURITY.md

readme: fix alignment
2025-11-09 16:14:07 -05:00

1.1 KiB

Building Atmosphère

Building Atmosphère is a very straightforward process that relies almost exclusively on tools provided by the devkitPro organization.

Dependencies

Instructions

  1. Follow the guide located here to install and configure all the tools necessary for the build process.

  2. Install the following packages via (dkp-)pacman:

    • switch-dev
    • switch-glm
    • switch-libjpeg-turbo
    • devkitARM
    • devkitarm-rules
    • hactool
  3. Install the following library via python's package manager pip, required by exosphere:

    • lz4
  4. Finally, clone the Atmosphère repository and run make under its root directory.