From 429b674b326b63e284febaccd14795f094454e52 Mon Sep 17 00:00:00 2001 From: l3iggs Date: Sun, 15 Jun 2014 20:08:21 -0700 Subject: [PATCH] Updated Compilation guide (Linux) (markdown) --- Compilation-guide-(Linux).md | 1 + 1 file changed, 1 insertion(+) diff --git a/Compilation-guide-(Linux).md b/Compilation-guide-(Linux).md index fe88a74..610175c 100644 --- a/Compilation-guide-(Linux).md +++ b/Compilation-guide-(Linux).md @@ -30,6 +30,7 @@ This guide assumes you'd like to install retroarch into a folder called `~/ra` cd retroarch ./configure # Script will autodetect features. Refer to --help if you want to override anything, such as --prefix. make +mkdir ~/ra make DESTDIR=~/ra install ```