From c70db42562d32fe1962261ee9dbbe93a1b050ba6 Mon Sep 17 00:00:00 2001 From: Merry Date: Thu, 12 Oct 2017 16:39:45 +0100 Subject: [PATCH] Updated Building for Ubuntu 16.04 (markdown) --- Building-for-Ubuntu-16.04.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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