Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Docs/build_linux_ue5.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Run the setup script:

```sh
cd CarlaUE5
bash -x Setup.sh
bash -x CarlaSetup.sh
```

The Setup.sh script installs all the required packages, including Cmake, debian packages, Python packages and Unreal Engine 5.3. It also downloads the CARLA content and builds CARLA. This script can therefore take a long time to complete.
Expand Down Expand Up @@ -92,4 +92,4 @@ pip3 install PythonAPI/carla/dist/carla-*.whl

## Additional build targets

The procedure outlined above will download all necessary components to build CARLA, you may not want to
The procedure outlined above will download all necessary components to build CARLA, you may not want to
2 changes: 1 addition & 1 deletion Docs/build_windows_ue5.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Run the setup script:

```sh
cd CarlaUE5
Setup.bat
CarlaSetup.bat
```

The Setup.bat script installs all the required packages, including Visual Studio 2022, Cmake, Python packages and Unreal Engine 5. It also downloads the CARLA content and builds CARLA. This batch file can therefore take a long time to complete.
Expand Down