diff --git a/Building-for-Ubuntu-16.04.md b/Building-for-Ubuntu-16.04.md index 0161f7a..7552e3f 100644 --- a/Building-for-Ubuntu-16.04.md +++ b/Building-for-Ubuntu-16.04.md @@ -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