Updated Linux Build (markdown)
parent
4cc680a00d
commit
608dd316a3
1 changed files with 6 additions and 6 deletions
|
@ -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</pre>
|
||||
|
||||
## Build Citra:
|
||||
### Build Citra:
|
||||
|
||||
<pre>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).</pre>
|
||||
|
||||
## Building with debug symbols:
|
||||
### Building with debug symbols:
|
||||
|
||||
<pre>cmake .. -DCMAKE_BUILD_TYPE=Debug
|
||||
make</pre>
|
||||
|
||||
## Running without installing:
|
||||
### Running without installing:
|
||||
|
||||
<pre>cd data
|
||||
../build/src/citra_qt/citra-qt</pre>
|
||||
|
||||
## Debugging:
|
||||
### Debugging:
|
||||
|
||||
<pre>cd data
|
||||
gdb ../build/src/citra_qt/citra-qt
|
||||
|
|
Loading…
Add table
Reference in a new issue