diff options
| author | FiftyTifty <cm@cmrms.com> | 2022-12-02 14:35:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-02 15:35:49 +0100 |
| commit | 7a7d7180d701bbb98bb03d28a6ad8b2147542c81 (patch) | |
| tree | 4840e903c0fa96b00aba47faa2c20ea4d31a4dc4 /docs | |
| parent | 99d1bae4c9962e4e31def95fe5a0cf69618c213d (diff) | |
| download | wiki-7a7d7180d701bbb98bb03d28a6ad8b2147542c81.tar.gz wiki-7a7d7180d701bbb98bb03d28a6ad8b2147542c81.tar.bz2 wiki-7a7d7180d701bbb98bb03d28a6ad8b2147542c81.zip | |
Updated windows-core-installation.md (#840)
* Updated windows-core-installation.md
In step #7 of `Configuring and generating Visual C++ solution with CMake`, the setting `TOOLS` is outdated. AC Now uses `TOOLS_BUILD` instead, so I updated that entry in the guide.
* Updated `TOOLS` to `TOOLS_BUILD`
Also updated the line in the Spanish guide for the setting's new name.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/es/windows-core-installation.md | 2 | ||||
| -rw-r--r-- | docs/windows-core-installation.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/es/windows-core-installation.md b/docs/es/windows-core-installation.md index aa93df0..5aa3534 100644 --- a/docs/es/windows-core-installation.md +++ b/docs/es/windows-core-installation.md @@ -47,7 +47,7 @@ Antes de empezar, cree un nuevo directorio llamado **Build**. En esta guía usar 1. Haga click en **Finish**. -1. Asegurese de marcar **TOOLS**. Esto compilará los binarios necesarios para la extracción de archivos requeridos más adelante. +1. Asegurese de marcar **TOOLS_BUILD**. Esto compilará los binarios necesarios para la extracción de archivos requeridos más adelante. 1. Haga click en **Configure** otra vez. Siempre que tenga errores marcados en rojo en la ventana, deberá revisar los parametros y ejecutar **Configure**. diff --git a/docs/windows-core-installation.md b/docs/windows-core-installation.md index ace3dc0..f3b3bda 100644 --- a/docs/windows-core-installation.md +++ b/docs/windows-core-installation.md @@ -47,7 +47,7 @@ Before you begin, create a new directory called **Build**. In this guide we will 1. Click **Finish**. -1. Make sure **TOOLS** is set to `all`. This will compile the extractors needed later in the setup. +1. Make sure **TOOLS_BUILD** is set to `all`. This will compile the extractors needed later in the setup. 1. Click **Configure** again. As long as you have error(s) typed in red in the log window you will need to check your parameters and re-run it. |
