mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 11:30:05 +00:00
Updated Building for Ubuntu 16.04 (markdown)
parent
e440351786
commit
c70db42562
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user