Updated Compilation guide (Linux) (markdown)

l3iggs 2014-06-15 20:08:21 -07:00
parent 46f35f9e12
commit 429b674b32
1 changed files with 1 additions and 0 deletions

@ -30,6 +30,7 @@ This guide assumes you'd like to install retroarch into a folder called `~/ra`
cd retroarch cd retroarch
./configure # Script will autodetect features. Refer to --help if you want to override anything, such as --prefix. ./configure # Script will autodetect features. Refer to --help if you want to override anything, such as --prefix.
make make
mkdir ~/ra
make DESTDIR=~/ra install make DESTDIR=~/ra install
``` ```