Make a Dockerfile that allows us building an image with a Linux environment set up for building Carla.
The main complication is having Unreal built without redistributing the code/binaries.
If you're willing to take a dependency on ue4-docker to handle the Unreal part of the build process, the rest of the build process is straightforward. I have a working Dockerfile if this approach is acceptable. Note that ue4-docker is both Windows and Linux friendly.
This was done some time ago. I think for 0.9.8.
Most helpful comment
If you're willing to take a dependency on ue4-docker to handle the Unreal part of the build process, the rest of the build process is straightforward. I have a working Dockerfile if this approach is acceptable. Note that ue4-docker is both Windows and Linux friendly.