Files
integration/README.md

35 lines
929 B
Markdown
Raw Normal View History

2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
These instructions are a work in progress. To build the integration project:
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
Install Unreal Engine from source, in $HOME/UnrealEngine
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
Install an IDE
- On Windows, install visual studio 2020
- On Linux, install visual studio code (aka 'vscode')
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
Git clone the integration repository in $HOME/integration
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
Run 'make-makefiles.py' to create all the build files and project files.
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
You can now launch the IDE.
- In linux, the command is 'code Integration.code-workspace'
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
If the IDE is vscode, the IDE will tell you that some plugins
are recommended. The recommendations are good: install them.
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
In vscode, to build luprex:
- Click 'Terminal' menu
- Click 'Run Task...'
- Click 'Build Luprex'
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
In vscode, to build the game:
- Click 'Terminal' menu
- Click 'Run Task...'
- Click 'IntegrationEditor Linux DebugGame Build'
2023-06-08 17:50:38 +00:00
2024-10-03 15:59:07 -04:00
To build from the command line, type 'make luprex' or 'make game'.
2023-06-08 17:50:38 +00:00