From 7f5e9c3349946c97a388d03106930bc43e372b89 Mon Sep 17 00:00:00 2001 From: maxdunbar <48608399+maxdunbar@users.noreply.github.com> Date: Thu, 23 Jun 2022 10:41:19 -0700 Subject: [PATCH 1/4] 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 --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 11b092fa35..a8543799f1 100644 --- a/Readme.md +++ b/Readme.md @@ -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 From 8c68d1055a47662407f5112c2c8610de1ad69f98 Mon Sep 17 00:00:00 2001 From: maxdunbar <48608399+maxdunbar@users.noreply.github.com> Date: Sat, 25 Jun 2022 08:05:12 -0700 Subject: [PATCH 2/4] Uncapitalizing wiki --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a8543799f1..67c6253747 100644 --- a/Readme.md +++ b/Readme.md @@ -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. You may refer to the [Wiki](https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux) for more information. +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 From 5ed06c2b030d210aa5f1ab79ed0ccf7795ab2eb8 Mon Sep 17 00:00:00 2001 From: maxdunbar <48608399+maxdunbar@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:04:46 -0700 Subject: [PATCH 3/4] Changing link to github wiki After some discussion the GitHub wiki is more up to date and would be more useful than the dolphin website's wiki. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 67c6253747..4fb95e4ed8 100644 --- a/Readme.md +++ b/Readme.md @@ -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. You may refer to the [wiki](https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux) for more information. +missing packages yourself. You may refer to the [wiki](https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux](https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux) for more information. Make sure to pull submodules before building: ```sh From 32d90d508099d1c0f9a5b1a0ff4dcb6119d765f1 Mon Sep 17 00:00:00 2001 From: maxdunbar <48608399+maxdunbar@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:07:44 -0700 Subject: [PATCH 4/4] Fixing the github wiki link Its late and I accidently linked to both wikis, this just links to the github wiki --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4fb95e4ed8..f5d4d7bf58 100644 --- a/Readme.md +++ b/Readme.md @@ -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. You may refer to the [wiki](https://wiki.dolphin-emu.org/index.php?title=Building_Dolphin_on_Linux](https://github.com/dolphin-emu/dolphin/wiki/Building-for-Linux) for more information. +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: ```sh