Updated Compilation guide (Linux) (markdown)

l3iggs 2014-07-25 09:50:38 -07:00
parent a7382c88c0
commit c3c78c9b70
1 changed files with 1 additions and 1 deletions

@ -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: 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 ```bash
cd .. #to libretro-super directory 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 mkdir ~/ra/cores
sh libretro-install.sh ~/ra/cores sh libretro-install.sh ~/ra/cores
``` ```