Updated Building for Linux (markdown)

This commit is contained in:
Merry 2018-01-14 11:52:00 +00:00
parent b103290f07
commit 05dabe731a

View File

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