Updated Building For Ubuntu 14.04 (markdown)

Maribel 2016-04-04 14:33:17 +01:00
parent 5cb04d464a
commit 7a8e843bbb

@ -23,6 +23,14 @@ The following instructions install `cmake` to `~\cmake`:
wget https://cmake.org/files/v3.5/cmake-3.5.1-Linux-x86_64.sh 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 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
## Step 2: Build Citra ## Step 2: Build Citra
### Get Citra ### Get Citra