Export from prebuilt docker image
Prerequisites
NVIDIA Docker 2
Make sure the ue4-ci-helpers package is up to date
Build the ue4-full image
https://adamrehn.com/docs/ue4-docker/use-cases/linux-installed-builds
Build the deepdriveio/ue4-deepdrive-deps image
https://github.com/deepdrive/ue4-deepdrive-deps
Export Unreal to your local filesystem
Set the default version of Unreal with the ue4cli
Build and run the project against the exported UnrealEngine
Now you're ready to build and run the project. This is what you'll do any time you've pulled in the latest changes from GitHub as well.
Download maps
Clean and build
Do the following the first time you export or anytime you pull latest from deepdrive-sim.
Clean your deepdrive-sim project directory to clear any stale build data
Build and run - takes ~5 minutes
Last updated