diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 9c3764f..f228d19 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -1,9 +1,11 @@ ## Prerequisites + - Git - CMake - Anything CMake reports to you during makefile generation ## Checkout Dolphin + 1. Create a directory to store dolphin in 2. `cd` into that directory 3. `git clone https://github.com/dolphin-emu/dolphin .` @@ -21,7 +23,4 @@ It's strongly recommended to perform a global installation via `sudo make instal On some distributions of Linux, package maintainers provide unmodified builds of Dolphin. These are listed below: -- [Arch Linux](https://aur.archlinux.org/packages/dolphin-emu-git/) - - - +- [Arch Linux](https://aur.archlinux.org/packages/dolphin-emu-git/) \ No newline at end of file