Advertisement
inmortalkaktus

Introduccion a pokeemerald

Mar 23rd, 2019
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. export DEVKITPRO=/cygdrive/c/devkitPro
  2. echo export DEVKITPRO=$DEVKITPRO >> ~/.bashrc
  3. export DEVKITARM=$DEVKITPRO/devkitARM
  4. echo export DEVKITARM=$DEVKITARM >> ~/.bashrc
  5.  
  6. git clone https://github.com/pret/pokeemerald
  7. git clone https://github.com/pret/agbcc
  8.  
  9. cd agbcc
  10. ./build.sh
  11. ./install.sh ../pokeemerald
  12.  
  13. cd ../pokeemerald
  14. make -j2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement