forked from Wolfvak/arm9linuxfw
-
Notifications
You must be signed in to change notification settings - Fork 6
Build using Docker
kleo edited this page Apr 15, 2021
·
1 revision
- Clone repository
git clone https://github.com/linux-3ds/arm9linuxfw && cd arm9linuxfw
- Build image
docker build -t linux-3ds/arm9linuxfw .
- Start build
docker run -it -v "$PWD":/arm9linuxfw linux-3ds/arm9linuxfw make
-
Copy
arm9linuxfw.bin
to /linux/ -
Clean and pull updates
docker run -it -v "$PWD":/arm9linuxfw linux-3ds/arm9linuxfw make clean && git pull