Fix export typo
@@ -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
|
||||||
|
Reference in New Issue
Block a user