Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1) Download Cygwin (64 Bits), open the setup and install it normally.
- https://cygwin.com/setup-x86_64.exe
- 2) Next, Next, Next, set the View field to "Full" and then choose the following packages with the aid of the Search Bar:
- make, git, libpng-devel, gcc-core and gcc-g++
- 3) Click on Next, wait until the process ends, and then click on Finish.
- 4) Open C:\cygwin64\Cygwin.bat and let it create some files that it needs.
- 5) git clone https://github.com/pret/pokediamond
- 6) Download the MWCC compiler right here: https://cdn.discordapp.com/attachments/698589325620936736/698589447096107089/mwccarm.zip
- 7) Extract the folder and toss the mwccarm containing 2 folders and a license.dat file into C:\cygwin64\home\USER\pokediamond\tools
- 8) Download the Nitro SDK right here: https://cdn.discordapp.com/attachments/698589325620936736/722822401963851797/NitroSDK-3_2-060901.7z
- 9) Extract the folder and go to C:\Users\USER\Desktop\NitroSDK-3_2-060901\tools
- 10) Throw the bin folder there into C:\cygwin64\home\USER\pokediamond\tools
- 11) Go back to C:\Users\Lunos\Desktop\NitroSDK-3_2-060901 and from there go to include\nitro\specfiles
- Once there:
- *-Grab the ARM7-TS.lcf.template file and drop it in C:\cygwin64\home\USER\pokediamond\arm7
- *-Grab the ARM9-TS.lcf.template file and drop it in C:\cygwin64\home\USER\pokediamond\arm9
- 12) Go back to Cygwin.bat and then just
- cd pokediamond
- make -jN
- Note: "N" stands for the number of CPU Threads you want to assign to the compiler. The more threads, the faster it'll go.
- And that's pretty much it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement