From 608dd316a3934ef0da084fdd044c976f14487d30 Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 19 May 2014 20:37:37 -0700 Subject: [PATCH] Updated Linux Build (markdown) --- Linux-Build.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Linux-Build.md b/Linux-Build.md index ba58c04..d135786 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -1,4 +1,4 @@ -## Dependencies: +### Dependencies: You'll need to download and install the following to build Citra: @@ -9,7 +9,7 @@ You'll need to download and install the following to build Citra: * GCC v4.7+ (for C++11 support) * [CMake](http://www.cmake.org/) -## Build GLFW: +### Build GLFW: Works by calling these commands from a terminal: @@ -20,7 +20,7 @@ cmake .. make sudo make install -## Build Citra: +### Build Citra:
mkdir build
 cd build
@@ -29,17 +29,17 @@ make
 sudo make install (currently doesn't work, needs to be fixed)
 Optionally, you can use "cmake -i .." to adjust various options (e.g. disable Qt4 GUI).
-## Building with debug symbols: +### Building with debug symbols:
cmake .. -DCMAKE_BUILD_TYPE=Debug
 make
-## Running without installing: +### Running without installing:
cd data
 ../build/src/citra_qt/citra-qt
-## Debugging: +### Debugging:
cd data
 gdb ../build/src/citra_qt/citra-qt