From 7a7d7180d701bbb98bb03d28a6ad8b2147542c81 Mon Sep 17 00:00:00 2001 From: FiftyTifty Date: Fri, 2 Dec 2022 14:35:49 +0000 Subject: 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. --- docs/es/windows-core-installation.md | 2 +- docs/windows-core-installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit