Merge pull request #10778 from maxdunbar/patch-1

Readme: Referencing the wiki when building for linux
This commit is contained in:
Scott Mansell 2022-07-25 10:18:16 +12:00 committed by GitHub
commit 8f0d702e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ since the Binary directory contains a working Dolphin distribution.
Dolphin requires [CMake](https://cmake.org/) for systems other than Windows. Many libraries are Dolphin requires [CMake](https://cmake.org/) for systems other than Windows. Many libraries are
bundled with Dolphin and used if they're not installed on your system. CMake bundled with Dolphin and used if they're not installed on your system. CMake
will inform you if a bundled library is used or if you need to install any will inform you if a bundled library is used or if you need to install any
missing packages yourself. missing packages yourself. You may refer to the [wiki](https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux) for more information.
Make sure to pull submodules before building: Make sure to pull submodules before building:
```sh ```sh