mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 17:30:06 +00:00
Fix export typo
parent
1ceb0686d9
commit
fa70231af3
@ -42,7 +42,7 @@ The following instructions install `cmake` to `~/cmake`:
|
|||||||
cd citra
|
cd citra
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
expect CC=gcc-5
|
export 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
|
||||||
|
Loading…
Reference in New Issue
Block a user