Updated Building for Ubuntu 16.04 (markdown)

Merry 2017-10-12 16:39:45 +01:00
parent e440351786
commit c70db42562

@ -26,11 +26,9 @@ The following instructions install `cmake` to `~/cmake`:
mkdir build mkdir build
cd build cd build
export CC=gcc-5
export CXX=g++-5
export PATH=$HOME/cmake/cmake-3.9.0-Linux-x86_64/bin:$PATH 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 make
## Step 3: Run Citra ## Step 3: Run Citra