用户工具

站点工具


windows_安装要求

这是本文档旧的修订版!


Windows 安装要求

安装指南
本文是《安装指南》的一部分。您可以单独阅读它,也可以单击上一个链接以在步骤之间轻松移动。
<< Start: 安装指南Step 2: 核心安装 >>
Boost ≥ 1.78
MySQL ≥ 5.7.0 (推荐版本: ≥ 8.0)
OpenSSL ≥ 3.0.x
CMake ≥ 3.16
MS Visual Studio (Community) ≥ 17 (2022) (Desktop) (No preview)
    1. Download the standalone installer
      • During Git installation - Adjust your PATH environment. Pick “Git from the command line and also from 3rd-party software”.
    1. Download the installer and follow the steps to set it up.
  1. Install the compiler / IDE Visual Studio Community 2022 (ver 17)
    • You will need to install the C++ compiler.
    • To do this, select Desktop development for C++ under Workloads → Desktop & Mobile.
  2. MySQL Server Community Edition (Recommended version: ≥ 8.0 with MySQL server configuration)
    1. Download the Windows MSI Installer.
    2. Scroll down to the bottom and click on “No thanks, just take me to the downloads!”
    3. When the installation is almost done, make sure “Launch the MySQL Instance Configuration Wizard” is checked, then click “Finish”.
    4. When the MySQL Instance Configuration Wizard launches, most default options are fine, but remember the username and password you use (root\\whatever). You will need them to log into your chosen database management tool (below) in order to import SQL files later.
    5. To test if MySQL is set up correctly, hit CTRL+ALT+DEL on your keyboard, enter the Task Manager, and select the “Services” tab. In the list of services you should see “MySQL” with a status of “Running”.
    6. Add MySQL to Environment Variables.
      • Go to Control Panel → System
      • Go to Advanced System Settings
      • Go to Environment Variables
      • Under “Systemvariables” select Path
      • Edit and add your install path of MySQL, i.e “C:\Program Files\MySQL\MySQL Server 8.0\bin\”
  3. Choose a database management tool
    • MySQL cli (Fastest)
    • SQLYog Community Edition
    • HeidiSQL (Best for beginners)
    • MySQL Workbench (already installed if you chose to install the full MySQL package)
    • DBeaver (Multiplatform Database Management Tool)
      1. Try connecting to your database. You may be looking for “Connect to Host”, “New Connection” or “Session Manager” depending on which program you use.
      2. Create a new connection/session. The Hostname/IP address of “127.0.0.1” or “localhost” is fine if you installed MySQL on the same computer that you installed HeidiSQL or SQLYog. Simply fill in your root\\whatever password and you should now be able to connect to your database.
    1. Download and install the Latest Release windows-x86_64.msi file, NEVER the RC (Release Candidate) versions.
    2. We recommend to compile in 64 bits mode.
  4. MySQL development files
    • These files are shipped with MySQL Server, search for them in the program files directory, MySQL\MySQL Server 8.0\lib / MySQL\MySQL Server 5.7\lib.
  5. OpenSSL Download the 64bit version.
    • Find the 64-bit version by finding the latest 3.0.x Win64 OpenSSL that is NOT the “light” version. (Example: Win64 OpenSSL v3.0.7)
    • 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) (1.7MB Installer) and install it.
    • Note #2: While installing OpenSSL, choose The OpenSSL binaries (/bin) directory (NOT “The Windows system directory”) when given the choice of where to copy the OpenSSL DLLs. These DLLs will need to be located easily for Core Installation.
    1. Download the prebuilt Windows Binary for Visual Studio 2022
    2. 64bit
    3. Add an environment variable to the “System” variable named “BOOST_ROOT” and with the value being your Boost installation directory, e.g. C:/local/boost_1_81_0. Important is to use '/', not '\' when pointing to the directory. (Make sure that it does not have a trailing slash (end of the path). If you still get problems, add the same variable in the USER variables section too, as shown in the image below.)

Notice that this image shows the version number 1.72.0 - use your actual version number in your settings.

windows_安装要求.1695477747.txt.gz · 最后更改: 2023/09/23 22:02 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki