Updated Building for Ubuntu 16.04 (markdown)
parent
e440351786
commit
c70db42562
1 changed files with 1 additions and 3 deletions
|
@ -26,11 +26,9 @@ The following instructions install `cmake` to `~/cmake`:
|
|||
mkdir build
|
||||
cd build
|
||||
|
||||
export CC=gcc-5
|
||||
export CXX=g++-5
|
||||
export PATH=$HOME/cmake/cmake-3.9.0-Linux-x86_64/bin:$PATH
|
||||
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
|
||||
## Step 3: Run Citra
|
||||
|
|
Loading…
Reference in a new issue