mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-14 17:12:43 +02:00
Thanks to asturm for valuable feedback. Closes: https://bugs.gentoo.org/926673 Closes: https://github.com/gentoo/gentoo/pull/39074 Signed-off-by: Florian Schmaus <flow@gentoo.org>
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From 463b4e63046a907581d5f4899aaddfa0afd9120a Mon Sep 17 00:00:00 2001
|
|
From: Florian Schmaus <flo@geekplace.eu>
|
|
Date: Tue, 22 Oct 2024 12:18:31 +0200
|
|
Subject: [PATCH] doc: delete section containing non-existing images
|
|
|
|
Those images where deleted in 6d3335bd60ba ("Update instructions to
|
|
build on Windows.") and are no longer available. Hence, drop the
|
|
whole section referencing them.
|
|
|
|
Fixes: 6d3335bd60ba1cb499985fc15e0b918fe8c404f4
|
|
--- a/doc/building.rst
|
|
+++ b/doc/building.rst
|
|
@@ -215,19 +215,6 @@ System requirements
|
|
- Microsoft Visual Studio 2022 and tools to compile C++
|
|
- `KDE Craft <https://community.kde.org/Craft>`_
|
|
|
|
-Setting up Microsoft Visual Studio
|
|
-----------------------------------
|
|
-
|
|
-1. Click on 'Modify' in the Visual Studio Installer:
|
|
-
|
|
- .. image:: ./images/building/visual-studio-installer.png
|
|
- :alt: Visual Studio Installer
|
|
-
|
|
-2. Select 'Desktop development with C++'
|
|
-
|
|
- .. image:: ./images/building/desktop-development-with-cpp.png
|
|
- :alt: Desktop development with C++
|
|
-
|
|
Handling the dependencies
|
|
-------------------------
|
|
We handle the dependencies using `KDE Craft <https://community.kde.org/Craft>`_ because it is easy to set it up and it makes the maintenance much more reliable in all platforms.
|
|
--
|
|
2.45.2
|
|
|