Updated Building for Ubuntu 16.04 (markdown)
@@ -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
|
||||
|
Reference in New Issue
Block a user