https://github.com/carla-simulator/carla
Raw File
Tip revision: 5515d3fc4db75698a5cba3af0b63d444b04deebf authored by Blyron on 02 February 2024, 11:07:56 UTC
Revert "Update semantic labels (changed from version 0.9.13 -> 0.9.14)"
Tip revision: 5515d3f
build_carla.md
# Building CARLA from source

Users can build CARLA from the source code for development purposes. This is recommended if you want to add extra features or capabilities to CARLA or if you want to use the Unreal Editor to create assets or manipulate maps. 

Build instructions are available for Linux and Windows. You can also build CARLA in a Docker container for deployment in AWS, Azure or Google cloud services. Visit the [__CARLA GitHub__](https://github.com/carla-simulator/carla) and clone the repository. 

* [__Linux build__](build_linux.md)  
* [__Windows build__](build_windows.md)
* [__Docker__](build_docker.md)
* [__Docker with Unreal__](build_docker_unreal.md)  
* [__Updating CARLA__](build_update.md)  
* [__Build system__](build_system.md)   

* [__FAQ__](build_faq.md)  
 
back to top