Replies: 2 comments
-
|
Not pretty but it works for me: I have cmake installed and in my PATH, however when echoing the PATH from within CarlaSetup.sh the cmake path is not included... so I added If you found a nicer fix please let me know :) |
Beta Was this translation helpful? Give feedback.
-
|
I found a "better" solution, which is to add it to the path when calling the setup script. This way you don't need to edit the While this worked, I then had a lot of issues with directory permissions due to the fact the directories were created by root and therefore root is the owner of those directories. I had to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build Carla (ue5-dev) from source in a Docker container, but it fails. The build ends with the following messages:
I'm following the build instructions on https://carla-ue5.readthedocs.io/en/latest/build_linux_ue5/
A minimal Dockerfile is attached. (remove .txt)
build_carla.sh.txt
Dockerfile.txt
run_carla.sh.txt
Beta Was this translation helpful? Give feedback.
All reactions