Updated Compilation guide (Linux) (markdown)
parent
a7382c88c0
commit
c3c78c9b70
|
@ -39,7 +39,7 @@ You should at least build one libretro implementation so RetroArch can do stuff.
|
|||
There is a [super-project](https://github.com/libretro/libretro-super) that is designed to easily build every libretro port out there. To build every core:
|
||||
```bash
|
||||
cd .. #to libretro-super directory
|
||||
sh libretro-build.sh
|
||||
NOCLEAN=1 ./libretro-build.sh #remove NOCLEAN=1 if you wish to perform "make clean" on every repo before building
|
||||
mkdir ~/ra/cores
|
||||
sh libretro-install.sh ~/ra/cores
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue