详细参https://carla.readthedocs.io/en/0.9.10/build_windows/
Windows build - CARLA Simulator 9.10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Systminfo
C:\Users\VR - 03>systeminfo
Host Name: DESKTOP-4EI86CG
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19041 N/A Build 19041
Registered Owner: VR - 03
System Model: Alienware Area-51 R5
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 85 Stepping 4 GenuineIntel ~2592 Mhz
BIOS Version: Alienware 2.0.3, 2019/5/27
Total Physical Memory: 65,409 MB
Available Physical Memory: 60,414 MB
++++++++++++++++++++++++++++++++++++++++++++++++++++
Part one Software requirements
1.1 download CMake
安装路径 C:\Program Files\CMake\
环境变量:C:\Program Files\CMake\bin
1.2 GIT
https://git-scm.com/download/win
安装路径 C:\Program Files\Git
环境变量:C:\Program Files\Git\cmd
1.3 make
http://gnuwin32.sourceforge.net/downlinks/make.php
安装路径 C:\GnuWin32
环境变量 C:\GnuWin32\bin
---------------------------------------------------
1.4 7Zip -----skip detail
1.5 Python3 x64
https://www.python.org/ftp/python/3.9.4/python-3.9.4-amd64.exe
安装路径 C:\Program Files\Python39
环境变量 C:\Program Files\Python39\
环境变量 C:\Program Files\Python39\Scripts\
1.6 .NET Framework SDK
下载安装 www.microsoft.com/en-us/download/details.aspx?id=53321
1.7 Visual Studio 2017
web installer:
https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15
1.8 Unreal Engine4.24.x
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Part Two Build Carla
2.1 Clone repository
下载到本地路径C:\Users\VR-03\carla
download or git clone https://github.com/carla-simulator/carla
2.2 Get assets
Only the assets package is yet to be downloaded. \Util\ContentVersions.txt
contains the links to the assets for CARLA releases. These must be extracted in Unreal\CarlaUE4\Content\Carla
. If the path doesn't exist, create it.
2.1 环境变量
UE4_ROOT C:\Program Files\Epic Games\UE_4.24
2.4 make CARLA
c:\Users\VR-03\carla>make PythonAPI
c:\Users\VR-03\carla>make launch