diff options
| author | maxdunbar <48608399+maxdunbar@users.noreply.github.com> | 2022-06-23 10:41:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 10:41:19 -0700 |
| commit | 7f5e9c3349946c97a388d03106930bc43e372b89 (patch) | |
| tree | 069bafa76b657f409478370e768044a7764efc05 | |
| parent | 0a2aabe6ec91a5932d3ba6258529af253fec99dd (diff) | |
Readme: Referencing the wiki when building for linux
When building dolphin, the wiki has lots of helpful information for dependencies. I am proposing to add a direct link to that page on the wiki under the building for linux section on the README
| -rw-r--r-- | Readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 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 -missing packages yourself. +missing packages yourself. You may refer to the [Wiki](https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux) for more information. Make sure to pull submodules before building: ```sh |
