Deepdrive sim docs
Deepdrive homeDocs home
v2-security-updates
v2-security-updates
  • Deepdrive sim
  • Deepdrive Sim Docs
    • Setup
      • Linux Development
        • Running the Unreal Editor from a Docker container
        • Export from prebuilt docker image
        • Traditional Unreal Setup
      • Windows Development
    • Compiling changes to plugins
    • Vulkan
    • python_bindings
    • Unreal Logging
    • Packaging
    • Architecture
  • Plugins
    • DeepDrivePlugin
      • Source
        • DeepDrivePython
          • LICENSE
    • deepdrive_kevindale
    • Aka Jamestown
  • LICENSE
Powered by GitBook
On this page

Was this helpful?

  1. Deepdrive Sim Docs
  2. Setup

Linux Development

PreviousSetupNextRunning the Unreal Editor from a Docker container

Last updated 5 years ago

Was this helpful?

We support the following local development setups

  1. (recommended), i.e. ue4-docker installed build - Builds in docker, then installs to your local system.

  2. (promising, but not heavily used) - Uses X11 forwarding view Unreal running in docker

  3. - Run Unreal per the standard Epic instructions (Use this if you want to use an existing Unreal 4.21 installation)

Export from prebuilt docker image
Run everything inside docker
Traditional