summaryrefslogtreecommitdiff
path: root/docs/windows-requirements.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2022-02-22 03:07:15 -0500
committerGitHub <noreply@github.com>2022-02-22 09:07:15 +0100
commit0b029676597e656dffa684f1e8d86f9251dd5831 (patch)
treeede2feda73aea592379e6996c4ac5a254dca708a /docs/windows-requirements.md
parent8dddfdb3ba6b99288fda47e6db6bf9e5e31d8ed8 (diff)
downloadwiki-0b029676597e656dffa684f1e8d86f9251dd5831.tar.gz
wiki-0b029676597e656dffa684f1e8d86f9251dd5831.tar.bz2
wiki-0b029676597e656dffa684f1e8d86f9251dd5831.zip
Update and Create getting-started (#689)
* Update server-setup.md * Update es/server-setup.md * Update * Update sidebar.html (es) Pr 619 * Update contribute.md (es - en) Pr 619 * Updating code getting-started Pr 619 * create es/getting-started Pr 619 * Updating code how-to-create-a-db-pr Pr 619 * Create es/how-to-create-a-db-pr Pr 619 * Update es/documentation-index.md * Create es/exitcodes.md * Update (es-en) windows-requirements.md * Update and create (es-en) how-to-use-gperftool.md * Update es/file-headers.md * Update VS2019
Diffstat (limited to 'docs/windows-requirements.md')
-rw-r--r--docs/windows-requirements.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/windows-requirements.md b/docs/windows-requirements.md
index d8f16ee..ae4394f 100644
--- a/docs/windows-requirements.md
+++ b/docs/windows-requirements.md
@@ -1,21 +1,21 @@
# Windows Requirements
-| Installation Guide | |
-| :- | :- |
+| Installation Guide | |
+| :- | :- |
| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. |
-| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) |
+| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) |
-| |
-| :- |
-| Boost ≥ 1.74 |
-| MySQL ≥ 5.7.0 |
-| OpenSLL ≥ 1.0.x (OpenSSL 3.0 is not supported)|
-| CMake ≥ 3.16 |
-| MS Visual Studio (Community) ≥ 16.10 (2019) (Desktop) (No preview)
+| |
+| :- |
+| Boost ≥ 1.74 |
+| MySQL ≥ 5.7.0 |
+| OpenSLL ≥ 1.0.x (OpenSSL 3.0 is not supported) |
+| CMake ≥ 3.16 |
+| MS Visual Studio (Community) ≥ 16.11 (2019) (Desktop) (No preview) |
1. Git Extensions
- 1. You will need Git installed. You can get the latest version here https://sourceforge.net/projects/gitextensions/
+ 1. You will need Git installed. You can get the [latest version](https://sourceforge.net/projects/gitextensions/)
1. Install the compiler / IDE [Visual Studio (17) Community 2022](https://visualstudio.microsoft.com/downloads/)
@@ -86,7 +86,7 @@
- Find the 32bit version by finding the latest 1.0.x or 1.1.x Win32 OpenSSL that is NOT the "light" version. (Example: Win32 OpenSSL v1.1.1g)
- *Note #1: If you get a "Missing Microsoft Visual C++ .... Redistributable" error message while installing OpenSSL,*
- *download the [Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x64) (Direct Download)](https://aka.ms/vs/17/release/vc_redist.x64.exe) (1.7MB Installer) and install it.*
+ *Download the [Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x64) (Direct Download)](https://aka.ms/vs/17/release/vc_redist.x64.exe) (1.7MB Installer) and install it.*
*If you need 32bit support, download and install the [Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x86) (Direct Download)](https://aka.ms/vs/17/release/vc_redist.x86.exe).*
- *Note #2: While installing OpenSSL, choose The OpenSSL binaries (/bin) directory (NOT "The Windows system directory")*
@@ -96,9 +96,9 @@
1. Download the prebuilt Windows Binary for Visual Studio 2022
- 1. 64bit: https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-64.exe/download
+ 1. [64bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-64.exe/download)
- 1. 32bit: https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-32.exe/download
+ 1. [32bit](https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-32.exe/download)
1. Add an environment variable to "System" variable named "BOOST_ROOT" and as value your Boost installation directory, e.g `E:/Programs/boost_1_74_0`. Important is to use '**/**', not '**\\**' when pointing to directory. (Make sure that it does not have a trailing slash (end of path). If you still get problems, add the same variable in the `USER` variables section too, like shown in the image below.)
@@ -122,7 +122,7 @@ If you are still having problems, check:
* [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time.
-| Installation Guide | |
-| :- | :- |
+| Installation Guide | |
+| :- | :- |
| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. |
-| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) |
+| [<< Start: Installation Guide](installation.md) | [Step 2: Core Installation >>](core-installation.md) |