Skip to content

Build using Docker

kleo edited this page Apr 15, 2021 · 1 revision
  1. Clone repository
git clone https://github.com/linux-3ds/arm9linuxfw && cd arm9linuxfw
  1. Build image
docker build -t linux-3ds/arm9linuxfw .
  1. Start build
docker run -it -v "$PWD":/arm9linuxfw linux-3ds/arm9linuxfw make
  1. Copy arm9linuxfw.bin to /linux/

  2. Clean and pull updates

docker run -it -v "$PWD":/arm9linuxfw linux-3ds/arm9linuxfw make clean && git pull
Clone this wiki locally