Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://github.com/azerothcore/azerothcore-wotlk/pull/19451 #976

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/es/linux-requirements.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Requisitos de Linux

| Guía de instalación | |
| :- | :- |
| Guía de instalación | |
| :---------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------- |
| Este articulo es una parte de la guía de instalación. Puedes leerlo o hacer clic en el enlace anterior para moverte fácilmente entre los pasos. |
| [<< Inicio: Guía de instalación](classic-installation) | [Paso 2: Instalación del núcleo >>](linux-core-installation) |
| [<< Inicio: Guía de instalación](classic-installation) | [Paso 2: Instalación del núcleo >>](linux-core-installation) |

| |
| :- |
| MySQL ≥ 5.7.0 |
| Boost ≥ 1.67 |
| CMake ≥ 3.16 |
| |
| :------------------------------------------------------------------------------------------------- |
| MySQL ≥ 8.0.0 |
| Boost ≥ 1.67 |
| CMake ≥ 3.16 |
| Clang ≥ [10](https://github.com/azerothcore/azerothcore-wotlk/actions?query=workflow%3Acore-build) |

#### Ubuntu con MySQL 8.x
Expand Down Expand Up @@ -129,7 +129,7 @@ Si todavía tiene problemas, compruebe:

* [Únase a nuestro servidor de Discord](https://discord.gg/gkt4y2x), pero no es un canal de soporte 24/7. Un miembro del staff le responderá siempre que tenga tiempo.

| Guía de instalación | |
| :- | :- |
| Guía de instalación | |
| :---------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------- |
| Este articulo es una parte de la guía de instalación. Puedes leerlo o hacer clic en el enlace anterior para moverte fácilmente entre los pasos. |
| [<< Inicio: Guía de instalación](classic-installation) | [Paso 2: Instalación del núcleo >>](linux-core-installation) |
| [<< Inicio: Guía de instalación](classic-installation) | [Paso 2: Instalación del núcleo >>](linux-core-installation) |
22 changes: 11 additions & 11 deletions docs/es/macos-requirements.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Requisitos macOS

| Guía de instalación | |
| :- | :- |
| Guía de instalación | |
| :---------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------- |
| Este articulo es una parte de la guía de instalación. Puedes leerlo o hacer clic en el enlace anterior para moverte fácilmente entre los pasos. |
| [<< Inicio: Guía de instalación](classic-installation) | [Paso 2: Instalación del núcleo >>](macos-core-installation) |
| [<< Inicio: Guía de instalación](classic-installation) | [Paso 2: Instalación del núcleo >>](macos-core-installation) |

| |
| :- |
| Boost ≥ 1.70 |
| MySQL ≥ 5.7.0 |
| CMake ≥ 3.16 |
| |
| :------------ |
| Boost ≥ 1.70 |
| MySQL ≥ 8.0.0 |
| CMake ≥ 3.16 |

- Instala XCode usando la App Store, luego abre la terminal y escribe:

Expand Down Expand Up @@ -60,7 +60,7 @@ Si todavía tiene problemas, compruebe:

* [Únase a nuestro servidor de Discord](https://discord.gg/gkt4y2x), pero no es un canal de soporte 24/7. Un miembro del staff le responderá siempre que tenga tiempo.

| Guía de instalación | |
| :- | :- |
| Guía de instalación | |
| :---------------------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------- |
| Este articulo es una parte de la guía de instalación. Puedes leerlo o hacer clic en el enlace anterior para moverte fácilmente entre los pasos. |
| [<< Inicio: Guía de instalación](classic-installation) | [Paso 2: Instalación del núcleo >>](macos-core-installation) |
| [<< Inicio: Guía de instalación](classic-installation) | [Paso 2: Instalación del núcleo >>](macos-core-installation) |
2 changes: 1 addition & 1 deletion docs/es/windows-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| |
| :- |
| Boost ≥ 1.74 |
| MySQL ≥ 5.7.0 |
| MySQL ≥ 8.0.0 |
| OpenSLL ≥ 1.0.x (OpenSSL 3.0 no es soportado) |
| CMake ≥ 3.16 |
| MS Visual Studio (Community) ≥ 16.11 (2019) (Escritorio) (Sin vista previa) |
Expand Down
1 change: 0 additions & 1 deletion docs/linux-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ sudo apt install -y install libboost1.74-dev

#### Debian 12


```sh
apt-get update && apt-get install -y git cmake make gcc g++ clang default-libmysqlclient-dev libssl-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev lsb-release gnupg wget
```
Expand Down
12 changes: 6 additions & 6 deletions docs/macos-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
| This article is a part of the Installation Guide. You can read it alone or click the previous link to easily move between the steps. |
| [<< Start: Installation Guide](classic-installation) | [Step 2: Core Installation >>](macos-core-installation) |

| |
| :- |
| MacOS ≥ 11 |
| |
| :------------ |
| MacOS ≥ 11 |
| OpenSSL ≥ 3.0 |
| Boost ≥ 1.70 |
| MySQL ≥ 5.7.0 |
| CMake ≥ 3.16 |
| Boost ≥ 1.70 |
| MySQL ≥ 8.0.0 |
| CMake ≥ 3.16 |

- Install XCode using the App Store, then open the terminal and type:

Expand Down
4 changes: 1 addition & 3 deletions docs/sql-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ All create and drop files are found in the $\data\sql\create\ directory.

`create_mysql.sql` contains the queries to create the acore user and the databases.

`drop_mysql.sql` revokes all permissions and drops the acore user and drops all databases. This is used for MySQL 5.7.

`drop_mysql_8.sql` drops the acore user and drops all databases. This is used for MySQL 8.0 or newer.
`drop_mysql.sql` drops the acore user and drops all databases.

## Base files

Expand Down
4 changes: 0 additions & 4 deletions docs/sql-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,7 @@ You can see [here](https://github.com/Azerothcore/azerothcore-wotlk/blob/master/
All active Check Constraints can be found by using this query:

```sql
-- MySQL 8.0 and newer
SELECT * FROM information_schema.CHECK_CONSTRAINTS;

-- MySQL 5.7
SELECT * FROM information_schema.TABLE_CONSTRAINTS;
```

### Charset
Expand Down
2 changes: 1 addition & 1 deletion docs/vsc-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| |
| :- |
| Boost ≥ 1.70 - 1.74 |
| MySQL ≥ 5.7.0 |
| MySQL ≥ 8.0.0 |
| OpenSLL ≥ 1.0.x |
| CMake ≥ 3.16 |
| MS Visual Studio Build Tools |
Expand Down
4 changes: 2 additions & 2 deletions docs/windows-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ MS Visual Studio (Community) ≥ 17 (2022) (Desktop) (No preview)" type="info" %

8. [OpenSSL](http://www.slproweb.com/products/Win32OpenSSL.html) Download the 64bit version.

1. 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)
1. Find the 64-bit version by finding the latest 3.x.x Win64 OpenSSL that is NOT the "light" version. (Example: Win64 OpenSSL v3.0.7)

{{site.data.alerts.note}}
If you get the error 'Missing Microsoft Visual C++ .... Redistributable' while installing OpenSSL, download the <a href="https://aka.ms/vs/17/release/vc_redist.x64.exe">Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x64) (Direct Download)</a> (1.7MB Installer) and install it.
Expand All @@ -92,7 +92,7 @@ MS Visual Studio (Community) ≥ 17 (2022) (Desktop) (No preview)" type="info" %
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 <a href="windows-core-installation">Core Installation</a>.
{{site.data.alerts.end}}

1. [Boost](https://www.boost.org/).
9. [Boost](https://www.boost.org/).

1. Download the prebuilt Windows Binary for Visual Studio 2022

Expand Down
Loading