mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:34:35 +02:00
Linted markdown
@@ -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/*
|
||||||
```
|
```
|
Reference in New Issue
Block a user