Merge pull request #89 from Freitag47/main

Update CMake download link in README.md
This commit is contained in:
d1str4ught
2026-02-24 02:12:24 +01:00
committed by GitHub

View File

@@ -1365,7 +1365,7 @@ This process will be relatively way easier than the **FreeBSD** method because i
> - ![MariaDB](https://metin2.download/picture/1ql7r3eg1h52EeTz68icMgUEGHmdA3ez/.jpg)  **MariaDB**:  You can also use the official **MySQL/MariaDB Workbench clients from Oracle**, which contains the server and the client in one installer, but this guide will only show how to download the server and access it through Navicat. [Download](https://mariadb.com/downloads/) > - ![MariaDB](https://metin2.download/picture/1ql7r3eg1h52EeTz68icMgUEGHmdA3ez/.jpg)  **MariaDB**:  You can also use the official **MySQL/MariaDB Workbench clients from Oracle**, which contains the server and the client in one installer, but this guide will only show how to download the server and access it through Navicat. [Download](https://mariadb.com/downloads/)
> - ![Navicat Premium Lite](https://metin2.download/picture/2dAmE5sX2U3VtErqhijVB3hRI57Z7yWp/.png)  **Navicat Premium Lite (Free Version)**:  You can also use the official **MySQL/MariaDB Workbench clients from Oracle**, or any other database management software you prefer, but most people in this space are more familiar with Navicat. [Download](https://www.navicat.com/en/download/navicat-premium-lite) > - ![Navicat Premium Lite](https://metin2.download/picture/2dAmE5sX2U3VtErqhijVB3hRI57Z7yWp/.png)  **Navicat Premium Lite (Free Version)**:  You can also use the official **MySQL/MariaDB Workbench clients from Oracle**, or any other database management software you prefer, but most people in this space are more familiar with Navicat. [Download](https://www.navicat.com/en/download/navicat-premium-lite)
> - ![Git](https://metin2.download/picture/eCpg436LhgG1zg9ZqvyfcANS68F60y6O/.png)  **Git**:  Used to clone the repositories in your Windows machine. [Download](https://git-scm.com/install/windows) > - ![Git](https://metin2.download/picture/eCpg436LhgG1zg9ZqvyfcANS68F60y6O/.png)  **Git**:  Used to clone the repositories in your Windows machine. [Download](https://git-scm.com/install/windows)
> - ![CMake](https://metin2.download/picture/6O8Ho9N0XScDaLLL8h0lrkh8DcKlgJ6M/.png)  **CMake**:  Required for setting up and configuring the build of the source code. [Download](https://git-scm.com/install/windows) > - ![CMake](https://metin2.download/picture/6O8Ho9N0XScDaLLL8h0lrkh8DcKlgJ6M/.png)  **CMake**:  Required for setting up and configuring the build of the source code. [Download](https://cmake.org/download/)
> - ![Notepad++](https://metin2.download/picture/7Vf5Yv1T48nHprT2hiH0VfZx635HAZP2/.png)  **Notepad++ (optional but recommended)**:  Helps with quick, last minute edits. [Download](https://notepad-plus-plus.org/downloads/) > - ![Notepad++](https://metin2.download/picture/7Vf5Yv1T48nHprT2hiH0VfZx635HAZP2/.png)  **Notepad++ (optional but recommended)**:  Helps with quick, last minute edits. [Download](https://notepad-plus-plus.org/downloads/)
> - ![Python](https://metin2.download/picture/PQiBu5Na1ld90rixm0tVgstMxR43OpIn/.png)  **Python**:  The software used to execute python scripts. It is **recommended to ADD TO PATH** at the end of the installation. [Download](https://www.python.org/downloads/) > - ![Python](https://metin2.download/picture/PQiBu5Na1ld90rixm0tVgstMxR43OpIn/.png)  **Python**:  The software used to execute python scripts. It is **recommended to ADD TO PATH** at the end of the installation. [Download](https://www.python.org/downloads/)
> >