From 05dabe731af88c5003efdc07c1102bf1bc69fdd0 Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 14 Jan 2018 11:52:00 +0000 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index a949cee..e7a2259 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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:**