Skip to content

Commit

Permalink
Improve text about %PATH% and KDE Craft.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan committed May 7, 2024
1 parent 52d1844 commit c4263e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ Setting up Microsoft Visual Studio

Handling the dependencies
-------------------------

We decided to use `KDE Craft <https://community.kde.org/Craft>`_ to get all binary dependencies of the desktop client.
because it is convenient to mantain and to set it up.
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.

1. Set up KDE Craft as instructed in `Get Involved/development/Windows - KDE Community Wiki <https://community.kde.org/Get_Involved/development/Windows>`_ - it requires Python 3 and PowerShell.
2. After running:
Expand All @@ -257,7 +255,7 @@ because it is convenient to mantain and to set it up.
Compiling
---------

1. Make sure your environment variable %PATH% has the possible minimum
1. Make sure your environment variable %PATH% has no conflicting information to the environment you will use to compile the client. For instance, if you have installed OpenSSL previously and have added it to %PATH%, the OpenSSL installed might be a different version than what was installed via KDE Craft.
2. Open the Command Prompt (cmd.exe)
3. Run:

Expand Down

0 comments on commit c4263e0

Please sign in to comment.