Updated Building for Linux (markdown)

Merry 2018-01-14 14:13:04 +00:00
parent 05dabe731a
commit bb8dc3b462
1 changed files with 2 additions and 2 deletions

@ -37,12 +37,12 @@ The `--recursive` option automatically clones the required Git submodules too.
### Building unicorn:
```
pushd externals
cd externals
git clone https://github.com/yuzu-emu/unicorn
cd unicorn
UNICORN_ARCHS=aarch64 ./make.sh
export UNICORNDIR=$(pwd)
popd
cd ../..
```
### Building yuzu in Debug Mode (Slow):