Updated Compilation guide (Linux) (markdown)
parent
46f35f9e12
commit
429b674b32
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue