From 6b55ca0f49beae5444ce54695109252e2b3613df Mon Sep 17 00:00:00 2001 From: iFuSiiOnzZ Date: Wed, 29 Aug 2018 11:51:28 +0200 Subject: [PATCH] Update "How to build on Windows" documentation --- Docs/how_to_build_on_windows.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Docs/how_to_build_on_windows.md b/Docs/how_to_build_on_windows.md index 0845f07a4..1ed7f6525 100644 --- a/Docs/how_to_build_on_windows.md +++ b/Docs/how_to_build_on_windows.md @@ -3,13 +3,16 @@

Necessary software

- [Git](https://git-scm.com/downloads) -- [Make](http://gnuwin32.sourceforge.net/downlinks/make-bin-zip.php) +- [Make](http://gnuwin32.sourceforge.net/packages/make.htm) - [CMake](https://cmake.org/download/) - [Python3 x64](https://www.python.org/downloads/) !!! important Be sure that these programs are added to your environment path, so you can use them from your command prompt. +!!! important + If make complins about missing libintl3.dll or/and libiconv2.dll please donwload the [dependencies](http://gnuwin32.sourceforge.net/downlinks/make-dep-zip.php) and extract the bin contento into the make installation path. + Also: - [Unreal Engine](https://www.unrealengine.com/download) (v4.19.x) @@ -37,16 +40,12 @@ cd carla ```

Download Carla contents

-Depending on the Carla version that you are unsing download one of the links and extract the content to `Unreal\CarlaUE4\Content\Carla` - -| Version | Download URL | -| --- | --- | -| 0.9.0 | https://drive.google.com/open?id=1FtC00CrDb7Kz5StBAwb6vqOGbzZtpROx | +Depending on the Carla version that you are unsing download one of the links that you can find in `\Util\ContentVersions.txt` and extract the content to `Unreal\CarlaUE4\Content\Carla`, if the path doesn't exist, create it. # Build Carla --- -Once you have downloaded the repo and extract the Carla contents you can start with the automatic build. The process may take a while, it will download and install the necessary libraries (Boost, RPCLib and googletest). Expect 20-40 minutes, depending on your hardware and internet connection. If you get any error open a new issue on [GitHub](https://github.com/carla-simulator/carla/issues/) or just ask on the [Windows Discord channel](https://discord.gg/42KJdRj). +Once you have downloaded the repo and extract the Carla contents you can start with the automatic build. The process may take a while, it will download and install the necessary libraries (Boost, RPCLib and googletest). Expect 20-40 minutes, depending on your hardware and internet connection. If you get any error comment on [GitHub #647](https://github.com/carla-simulator/carla/issues/647) issue or just ask on the [Windows Discord channel](https://discord.gg/42KJdRj).

Build commands