From d50131dc99d1be252c2ab301dc8582e6a8a59068 Mon Sep 17 00:00:00 2001 From: Maribel Date: Mon, 4 Apr 2016 14:35:17 +0100 Subject: [PATCH] Updated Building For Ubuntu 14.04 (markdown) --- Building-For-Ubuntu-14.04.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Building-For-Ubuntu-14.04.md b/Building-For-Ubuntu-14.04.md index 38bac64..16d91eb 100644 --- a/Building-For-Ubuntu-14.04.md +++ b/Building-For-Ubuntu-14.04.md @@ -18,18 +18,18 @@ These instructions also apply for related distributions based on this Ubuntu LTS ### cmake -The following instructions install `cmake` to `~\cmake`: +The following instructions install `cmake` to `~/cmake`: wget https://cmake.org/files/v3.5/cmake-3.5.1-Linux-x86_64.sh sh cmake-3.5.1-Linux-x86_64.sh --prefix=~/cmake ### SDL2 - wget http://libsdl.org/release/SDL2-2.0.4.tar.gz -O - | tar xz - cd SDL2-2.0.4 - ./configure - make - make install + wget http://libsdl.org/release/SDL2-2.0.4.tar.gz -O - | tar xz + cd SDL2-2.0.4 + ./configure + make + sudo make install ## Step 2: Build Citra