mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-18 13:18:07 +00:00
Linted markdown
parent
ee9bfb9198
commit
dd6e2fb855
@ -7,7 +7,8 @@ You will need to install "Command Line Tools for Xcode". Installing Xcode itself
|
|||||||
|
|
||||||
## Checkout and Compile Dolphin
|
## Checkout and Compile Dolphin
|
||||||
|
|
||||||
To checkout Dolphin's source:
|
To checkout Dolphin's source:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu
|
git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu
|
||||||
cd ~/dolphin-emu
|
cd ~/dolphin-emu
|
||||||
@ -16,6 +17,7 @@ cd ~/dolphin-emu
|
|||||||
To build with CMake (optionally verbose): Download and install [CMake](https://cmake.org/download/) if you don't have it.
|
To build with CMake (optionally verbose): Download and install [CMake](https://cmake.org/download/) if you don't have it.
|
||||||
|
|
||||||
Then:
|
Then:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
@ -53,4 +55,4 @@ All you need to do to update to the latest Dolphin revision is the following:
|
|||||||
cd ~/dolphin-emu/build
|
cd ~/dolphin-emu/build
|
||||||
git pull
|
git pull
|
||||||
make && open Binaries/*
|
make && open Binaries/*
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user