From d3a43cfdd15de1d2439e88aac6b18f5c886a175c Mon Sep 17 00:00:00 2001 From: ProfessorKaos64 Date: Thu, 22 Sep 2016 14:53:59 -0400 Subject: [PATCH] data dir does not exist --- Building-For-Linux.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Building-For-Linux.md b/Building-For-Linux.md index 37f92c6..a9c3b50 100644 --- a/Building-For-Linux.md +++ b/Building-For-Linux.md @@ -75,8 +75,13 @@ make After building, the binaries `citra` and `citra-qt` (depending on your build options) will end up in `build/src//`. ``` -cd data -../build/src/citra_qt/citra-qt +# SDL +cd build/src/citra/ +./citra + +# Qt +cd build/src/citra_qt/ +./citra-qt ``` ### Debugging: