Documentation
This commit is contained in:
parent
4bf2386049
commit
43ff5fc74f
|
@ -3,9 +3,10 @@ How to build CARLA on Linux
|
||||||
|
|
||||||
This guide has been tested only on Ubuntu 16.04.
|
This guide has been tested only on Ubuntu 16.04.
|
||||||
|
|
||||||
Install the build tools
|
Install the build tools and dependencies
|
||||||
|
|
||||||
$ sudo apt-get install build-essential cmake ninja-build
|
$ sudo apt-get install build-essential cmake ninja-build python3-pip
|
||||||
|
$ sudo pip3 install protobuf
|
||||||
|
|
||||||
To avoid compatibility issues between Unreal Engine and the CARLA dependencies,
|
To avoid compatibility issues between Unreal Engine and the CARLA dependencies,
|
||||||
the best configuration is to compile everything with the same compiler version
|
the best configuration is to compile everything with the same compiler version
|
||||||
|
@ -59,9 +60,6 @@ It is recommended to do a check to see if everything worked fine
|
||||||
Build and launch CARLAUE4
|
Build and launch CARLAUE4
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
Define the environment variable `UE4_ROOT` pointing to Unreal Engine's
|
|
||||||
installation folder.
|
|
||||||
|
|
||||||
In the root folder of CARLAUE4 you can find "Rebuild.sh" script. This deletes
|
In the root folder of CARLAUE4 you can find "Rebuild.sh" script. This deletes
|
||||||
all intermediate files, rebuilds whole CARLA, and launches the editor. Use it
|
all intermediate files, rebuilds whole CARLA, and launches the editor. Use it
|
||||||
every time you update CARLA.
|
every time you update CARLA.
|
||||||
|
|
Loading…
Reference in New Issue