Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 434 Bytes

ROMBuilder

Script to enable a quick setup for ROM building including setting CCACHE and Jack Server.

Created for lazy people who build on Linux.

Quick Setup

wget https://raw.githubusercontent.com/LuckyRepo/rombuilder/master/prep.sh
chmod 777 prep.sh
./prep.sh

or

wget https://raw.githubusercontent.com/LuckyRepo/rombuilder/master/prep.sh && chmod 777 prep.sh && clear && ./prep.sh