Updated Building For Ubuntu 14.04 (markdown)

Maribel 2016-04-04 14:31:33 +01:00
parent d113137bf1
commit 5cb04d464a

@ -31,8 +31,10 @@ The following instructions install `cmake` to `~\cmake`:
### Compile ### Compile
mkdir citra/build cd citra
cd citra/build mkdir build
cd build
expect CC=gcc-5
export CXX=g++-5 export CXX=g++-5
~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release -DCITRA_FORCE_QT4=ON ~/cmake/bin/cmake .. -DCMAKE_BUILD_TYPE=Release -DCITRA_FORCE_QT4=ON
make make