Updated Building for Linux (markdown)
parent
05dabe731a
commit
bb8dc3b462
|
@ -37,12 +37,12 @@ The `--recursive` option automatically clones the required Git submodules too.
|
||||||
### Building unicorn:
|
### Building unicorn:
|
||||||
|
|
||||||
```
|
```
|
||||||
pushd externals
|
cd externals
|
||||||
git clone https://github.com/yuzu-emu/unicorn
|
git clone https://github.com/yuzu-emu/unicorn
|
||||||
cd unicorn
|
cd unicorn
|
||||||
UNICORN_ARCHS=aarch64 ./make.sh
|
UNICORN_ARCHS=aarch64 ./make.sh
|
||||||
export UNICORNDIR=$(pwd)
|
export UNICORNDIR=$(pwd)
|
||||||
popd
|
cd ../..
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building yuzu in Debug Mode (Slow):
|
### Building yuzu in Debug Mode (Slow):
|
||||||
|
|
Loading…
Reference in New Issue