Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 287 Bytes

INSTALL.md

File metadata and controls

22 lines (16 loc) · 287 Bytes

Installing

To setup up the repository:

git clone https://github.com/Kurausukun/mother3
git clone https://github.com/notyourav/agbcc

cd ./agbcc
git checkout cp
sh build.sh
sh install.sh ../mother3

cd ../mother3
make setup

To build mother3.gba:

make -j$(nproc)