From c3c78c9b7014c5a409557c3091f590e85edaf72a Mon Sep 17 00:00:00 2001 From: l3iggs Date: Fri, 25 Jul 2014 09:50:38 -0700 Subject: [PATCH] Updated Compilation guide (Linux) (markdown) --- Compilation-guide-(Linux).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compilation-guide-(Linux).md b/Compilation-guide-(Linux).md index 610175c..256549a 100644 --- a/Compilation-guide-(Linux).md +++ b/Compilation-guide-(Linux).md @@ -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 ```