-
-
Save soundyogi/d8f1106df11d5eab83b4261b649edb2a to your computer and use it in GitHub Desktop.
Building Unreal Engine 4 MyProject from command line for Windows and Linux platforms
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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