From d43e4ac7652c9498e5ca6317cb42197436ea0750 Mon Sep 17 00:00:00 2001 From: corkyw10 Date: Tue, 2 Feb 2021 15:42:24 +0100 Subject: [PATCH] Clarified that users need to have make version 3.81 --- Docs/build_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/build_windows.md b/Docs/build_windows.md index afabf2104..ed0fd0c45 100644 --- a/Docs/build_windows.md +++ b/Docs/build_windows.md @@ -40,7 +40,7 @@ In this section you will find details of system requirements, minor and major so * [__CMake__](https://cmake.org/download/) generates standard build files from simple configuration files. * [__Git__](https://git-scm.com/downloads) is a version control system to manage CARLA repositories. -* [__Make__](http://gnuwin32.sourceforge.net/packages/make.htm) generates the executables. +* [__Make__](http://gnuwin32.sourceforge.net/packages/make.htm) generates the executables. It is necessary to use __Make version 3.81__, otherwise the build may fail. If you have multiple versions of Make installed, check that you are using version 3.81 in your PATH when building CARLA. You can check your default version of Make by running `make --version`. * [__Python3 x64__](https://www.python.org/downloads/) is the main scripting language in CARLA. Having a x32 version installed may cause conflict, so it is highly advisable to have it uninstalled. !!! Important