Created
September 19, 2016 11:30
-
-
Save vladbat00/bc4aed07a59ed3c64de2a34e9a0af792 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