mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 23:00:11 +00:00
Updated Building For Ubuntu 14.04 (markdown)
parent
d113137bf1
commit
5cb04d464a
@ -31,8 +31,10 @@ The following instructions install `cmake` to `~\cmake`:
|
||||
|
||||
### Compile
|
||||
|
||||
mkdir citra/build
|
||||
cd citra/build
|
||||
cd citra
|
||||
mkdir build
|
||||
cd build
|
||||
expect CC=gcc-5
|
||||
export CXX=g++-5
|
||||
~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release -DCITRA_FORCE_QT4=ON
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user