用户工具

站点工具


windows_安装要求

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
windows_安装要求 [2023/09/23 21:53] adminwindows_安装要求 [2023/09/23 22:43] (当前版本) admin
行 10: 行 10:
 |MS Visual Studio (Community) ≥ 17 (2022) (Desktop) (No preview)| |MS Visual Studio (Community) ≥ 17 (2022) (Desktop) (No preview)|
  
-  - [[https://git-scm.com/download/win|Git]] +  - [[https://git-scm.com/download/win|Git]] \\ \\  
-    - Download the standalone installer +    - 下载独立安装程序\\ \\  
-      * During Git installation Adjust your PATH environment. Pick "Git from the command line and also from 3rd-party software". +      * 在 Git 安装期间 调整 PATH 环境。选择"Git from the command line and also from 3rd-party software"。 \\ \\  
-  - [[https://desktop.github.com/|Github Desktop]] +  - [[https://desktop.github.com/|Github Desktop]]\\ \\  
-    - Download the installer and follow the steps to set it up. +    - 下载安装程序并按照步骤进行设置。\\ \\  
-  - Install the compiler / IDE [[https://visualstudio.microsoft.com/downloads/|Visual Studio Community 2022 (ver 17)]] +  - 安装编译器[[https://visualstudio.microsoft.com/downloads/|Visual Studio Community 2022 (ver 17)]]\\ \\ 您将需要安装C++编译器。\\ \\ 为此,请在“工作负载 ->桌面应用和移动应用”下选择“使用 C++ 的桌面开发”。\\ \\ {{:visualstudio.png?direct&600|}} 
-    * You will need to install the C++ compiler. +  - [[https://dev.mysql.com/downloads/mysql/8.0.html|MySQL Server Community Edition]] (推荐版本:≥ 8.0MySQL服务器配置)\\ \\  
-    * To do this, select Desktop development for C++ under Workloads -> Desktop & Mobile+    - 下载 Windows MSI 安装程序。 \\ \\  
-  - MySQL Server Community Edition (Recommended version: ≥ 8.0 with MySQL server configuration) +    - 向下滚动到底部,然后单击 "No thanks, just take me to the downloads!"\\ \\  
-    - Download the Windows MSI Installer.  +    - 安装快完成时,确保选中“启动MySQL实例配置向导”,然后单击“完成”。\\ \\  
-    - Scroll down to the bottom and click on "No thanks, just take me to the downloads!" +    - MySQL实例配置向导启动时,大多数默认选项都可以,但请记住您使用的用户名和密码 (root <nowiki>//</nowiki> whatever). 。您将需要它们登录到您选择的数据库管理工具(如下),以便稍后导入SQL文件。\\ \\  
-    - When the installation is almost done, make sure "Launch the MySQL Instance Configuration Wizard" is checked, then click "Finish". +    - 要测试MySQL是否正确设置,请在键盘上按CTRL + ALT + DEL,进入任务管理器,然后选择“服务”选项卡。在服务列表中,您应该看到状态为“正在运行”的“MySQL”。\\ \\  
-    - 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. +    - 将 MySQL 添加到环境变量。\\ \\  
-    - 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". +      打开控制面板 -> 系统\\ \\  
-    - Add MySQL to Environment Variables. +      打开“高级系统设置”\\ \\  
-  Go to Control Panel -> System +      打开“环境变量”\\ \\  
-  Go to Advanced System Settings +      在“系统变量”下,选择“Path”\\ \\  
-  Go to Environment Variables +      编辑并添加您的 MySQL 安装路径例如: "C:\Program Files\MySQL\MySQL Server 8.0\bin\"\\ \\  
-  Under "Systemvariables" select Path +  - 选择数据库管理工具\\ \\  
-  Edit and add your install path of MySQL, i.e "C:\Program Files\MySQL\MySQL Server 8.0\bin\" +    * MySQL cli (Fastest)\\ \\  
- +    * SQLYog Community Edition\\ \\  
-  - Choose a database management tool +    * HeidiSQL (Best for beginners)\\ \\  
-    * MySQL cli (Fastest) +    * MySQL Workbench (already installed if you chose to install the full MySQL package)\\ \\  
-    * SQLYog Community Edition +    * DBeaver (Multiplatform Database Management Tool)\\ \\  
-    * HeidiSQL (Best for beginners) +      - Try connecting to your database. You may be looking for "Connect to Host", "New Connection" or "Session Manager" depending on which program you use.\\ \\  
-    * MySQL Workbench (already installed if you chose to install the full MySQL package) +      - 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 <nowiki>//</nowiki> whatever password and you should now be able to connect to your database.\\ \\  
-    * DBeaver (Multiplatform Database Management Tool) +  - [[https://cmake.org/download/|CMake]]\\ \\  
-      - Try connecting to your database. You may be looking for "Connect to Host", "New Connection" or "Session Manager" depending on which program you use. +    Download and install the Latest Release windows-x86_64.msi file, NEVER the RC (Release Candidate) versions.\\ \\  
-      - 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. +    We recommend to compile in 64 bits mode.\\ \\  
-  - CMake +  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.\\ \\  
-Download and install the Latest Release windows-x86_64.msi file, NEVER the RC (Release Candidate) versions. +  - [[http://www.slproweb.com/products/Win32OpenSSL.html|OpenSSL]] 下载 64bit 版本\\ \\  
- +    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)\\ \\  
-We recommend to compile in 64 bits mode. +    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.\\ \\  
-MySQL development files +  - [[https://www.boost.org/|Boost]].\\ \\  
- +    Download the prebuilt Windows Binary for Visual Studio 2022\\ \\  
-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. +    64bit\\ \\  
-OpenSSL Download the 64bit version. +    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.)\\ \\ 
- +
-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. +
- +
-Boost. +
- +
-Download the prebuilt Windows Binary for Visual Studio 2022 +
- +
-64bit +
- +
-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. Notice that this image shows the version number 1.72.0 - use your actual version number in your settings.
windows_安装要求.1695477194.txt.gz · 最后更改: 2023/09/23 21:53 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki