Mention Raspberry Pi building and formatting fix.
This commit is contained in:
parent
ee87b63a12
commit
ba13db28b1
|
@ -61,6 +61,7 @@ Run `make` to build (defaults to `VERSION=us`)
|
||||||
```
|
```
|
||||||
make VERSION=jp -j6 # build (J) version with 6 jobs
|
make VERSION=jp -j6 # build (J) version with 6 jobs
|
||||||
make VERSION=us WINDOWS_BUILD=1 # builds a (U) Windows executable
|
make VERSION=us WINDOWS_BUILD=1 # builds a (U) Windows executable
|
||||||
|
make TARGET_RPI=1 # targets an executable for a Raspberry Pi
|
||||||
```
|
```
|
||||||
|
|
||||||
### On Windows
|
### On Windows
|
||||||
|
@ -114,7 +115,10 @@ PATH=/mingw64/bin:/mingw32/bin:$PATH make
|
||||||
|
|
||||||
#### 11. Navigate back to the sm64pc root directory.
|
#### 11. Navigate back to the sm64pc root directory.
|
||||||
|
|
||||||
#### 12. Finally, run `make` once more. (Note that mingw32 and mingw64 have been swapped. This is so you can build the 32bit application successfully.)
|
#### 12. Finally, run `make` once more.
|
||||||
|
|
||||||
|
(Note that mingw32 and mingw64 have been swapped. This is so you can build the 32bit application successfully.)
|
||||||
|
|
||||||
```
|
```
|
||||||
PATH=/mingw32/bin:/mingw64/bin:$PATH make
|
PATH=/mingw32/bin:/mingw64/bin:$PATH make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue