From d80dc5bd8fe66045b347bca6ab10924dc1b4c452 Mon Sep 17 00:00:00 2001 From: ProfessorKaos64 Date: Thu, 22 Sep 2016 14:20:01 -0400 Subject: [PATCH] note where binary is installed --- Building-For-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Building-For-Linux.md b/Building-For-Linux.md index 15fd6a4..b027228 100644 --- a/Building-For-Linux.md +++ b/Building-For-Linux.md @@ -51,6 +51,8 @@ make sudo make install (currently doesn't work, needs to be fixed) ``` +The binary `citra` will end up in `./build/src/citra`. + ### Building Citra (Optimized): ```