Skip to content

Instantly share code, notes, and snippets.

@mvlabat
Created September 19, 2016 11:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mvlabat/bc4aed07a59ed3c64de2a34e9a0af792 to your computer and use it in GitHub Desktop.
Save mvlabat/bc4aed07a59ed3c64de2a34e9a0af792 to your computer and use it in GitHub Desktop.
Building Unreal Engine 4 MyProject from command line for Windows and Linux platforms
# Windows
Build MyProjectEditor Win64 Development "D:\Unreal\MyProject\MyProject.uproject" -waitmutex
# Linux
Build.sh MyProjectEditor Linux Development "/home/mvlabat/unreal/projects/MyProject/MyProject.uproject" -waitmutex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment