Updated Compilation guide (Android from Linux) (markdown)
parent
4155085c7d
commit
5cca9e2e94
|
@ -26,7 +26,7 @@ You can omit NOCLEAN=1 if you'd like to perform `make clean` on every core's rep
|
||||||
## Building RetroArch
|
## Building RetroArch
|
||||||
The RetroArch repo is fetched into the `libretro-super` folder as `retroarch` by `./libretro-fetch.sh` above.
|
The RetroArch repo is fetched into the `libretro-super` folder as `retroarch` by `./libretro-fetch.sh` above.
|
||||||
|
|
||||||
You first need to fetch the submodules for it.
|
You first need to fetch the submodules for it. (will not be necessary when PR #3568 is merged)
|
||||||
```bash
|
```bash
|
||||||
cd retroarch
|
cd retroarch
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
Loading…
Reference in New Issue