Fix README
This commit is contained in:
parent
2d1f4831bc
commit
b7e5af60bf
1 changed files with 30 additions and 29 deletions
11
README.md
11
README.md
|
@ -31,11 +31,12 @@ zlib: http://www.zlib.net/
|
|||
|
||||
**Building:**
|
||||
|
||||
1. Install devkitARM by devkitPro
|
||||
**1. Install devkitARM by devkitPro**
|
||||
- On Windows download https://sourceforge.net/projects/devkitpro/files/Automated%20Installer/
|
||||
- And install atleast Minimal System and devkitARM
|
||||
- This includes make, ctrulib and citro3d
|
||||
2. Install zlib, libjpeg-turbo and libpng
|
||||
|
||||
**2. Install zlib, libjpeg-turbo and libpng**
|
||||
- Download 3DS-Portlibs: https://github.com/devkitPro/3ds_portlibs
|
||||
- Run these commands:
|
||||
|
||||
|
@ -47,14 +48,14 @@ zlib: http://www.zlib.net/
|
|||
make install
|
||||
```
|
||||
|
||||
3. Install sf2dlib
|
||||
**3. Install sf2dlib**
|
||||
- Download https://github.com/xerpi/sf2dlib
|
||||
- In the libsf2d directory run these commands:
|
||||
```
|
||||
make
|
||||
make install
|
||||
```
|
||||
4. Install sfillib
|
||||
**4. Install sfillib**
|
||||
- Download https://github.com/xerpi/sfillib
|
||||
- In the libsfil directory run these commands:
|
||||
```
|
||||
|
@ -62,7 +63,7 @@ zlib: http://www.zlib.net/
|
|||
make install
|
||||
```
|
||||
|
||||
5. You can now build Minicraft3DS 3dsx and elf files by running make
|
||||
**5. You can now build Minicraft3DS 3dsx and elf files by running make**
|
||||
|
||||
|
||||
----------
|
||||
|
|
Loading…
Add table
Reference in a new issue