mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 17:40:06 +00:00
Updated Building For Ubuntu 14.04 (markdown)
parent
7a8e843bbb
commit
d50131dc99
@ -18,7 +18,7 @@ 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
|
||||
@ -29,7 +29,7 @@ The following instructions install `cmake` to `~\cmake`:
|
||||
cd SDL2-2.0.4
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
sudo make install
|
||||
|
||||
## Step 2: Build Citra
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user