-
Notifications
You must be signed in to change notification settings - Fork 35
II. b] Computer setup [Windows]
AWooRandom3DSHAxer edited this page Nov 10, 2016
·
3 revisions
Here's what you need to install on your computer:
- The latest version of DevkitPro. You can choose to install only DevkitARM(recommended).
- A fresh install of CTRULIB. Unzip it, go to the folder with a "Makefile" in it, open command prompt there by SHIFT and Right-Click and type "make".
- Download Aemstro and place its content in "msys", inside your devkitPro install folder. (ex:
C:\devkitPro\msys
). - A C/C++ code editor, such as Netbeans, notepad++ or Sublime Text
- An FTP client like FileZilla or WinSCP.
- Latest version of Python 3.
Please create a working folder to keep all your 3DS projects. (for example C:\3ds
).
Linux users: you'll find more setup info on 3Dbrew.
Mac users: you write your code using Apple's Xcode. We will need to look into how to set everything up as is currently the case with the latest ctru templates but you will be able to get the basics going by following the steps outlined here