mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-20 06:07:49 +00:00
Provide a 'Building for Linux' page to maintain consistency with 'Building for OSX' and 'Building for Windows' pages
parent
ca413ea373
commit
84cbad35c3
27
Building-for-Linux.md
Normal file
27
Building-for-Linux.md
Normal file
@ -0,0 +1,27 @@
|
||||
## 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 .`
|
||||
4. Wait for the checkout to finish
|
||||
|
||||
## Building
|
||||
|
||||
1. `mkdir build && cd build`
|
||||
2. `cmake ..
|
||||
3. `make`
|
||||
|
||||
It's strongly recommended to perform a global installation via `sudo make install`.
|
||||
|
||||
## Externally Managed Packages
|
||||
|
||||
On some distributions of Linux, package maintainers provide builds of Dolphin. These are listed below:
|
||||
|
||||
- [Arch Linux](https://aur.archlinux.org/packages/dolphin-emu-git/)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user