Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some missing doc images in a valid path #7774

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ Setting up Microsoft Visual Studio

1. Click on 'Modify' in the Visual Studio Installer:

.. image:: ./images/building/visual-studio-installer.png
.. image:: ./images/dev/visual-studio-installer.png
:alt: Visual Studio Installer

2. Select 'Desktop development with C++'

.. image:: ./images/building/desktop-development-with-cpp.png
.. image:: ./images/dev/desktop-development-with-cpp.png
:alt: Desktop development with C++

Handling the dependencies
Expand Down Expand Up @@ -265,7 +265,7 @@ Compiling

4. To use the tools installed with Visual Studio, you need the following in your %PATH%:

.. image:: ./images/building/path.png
.. image:: ./images/dev/path.png
:alt: Windows environment variables

5. Alternatively you can use the tools installed with KDE Craft by adding them to %PATH%:
Expand Down
Binary file added doc/images/dev/desktop-development-with-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/dev/path.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/dev/visual-studio-installer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading