Modify build system to properly handle unreal version upgrades

This commit is contained in:
2025-09-08 16:42:16 -04:00
parent 6e358c7eb9
commit 3b0ec0d72b
3 changed files with 34 additions and 28 deletions

View File

@@ -11,10 +11,7 @@ SOFTWARE YOU WILL NEED
Before attempting anything, install the following software:
apt-get install git-lfs
apt-get install code
apt-get install dotnet6
apt-get install clangd-15 or better.
apt-get install git-lfs code dotnet6 clangd-15
Everything else you need should be included in PopOS. If that's
not the case, let me know.
@@ -22,22 +19,11 @@ not the case, let me know.
GETTING THE CODE
You will need to clone two git repositories:
You will need to clone our repository:
cd $HOME
git clone https://github.com/EpicGames/UnrealEngine.git
git clone https://www.gnaut.com/team/integration.git
The two clone commands above are a simplification. In reality,
cloning these two repositories will require you to jump through
some hoops to get access from Epic Games. Follow the steps to
get access from Epic's website, but only go as far as cloning
the repository. Once the repository is cloned, we will take it
from there with our own "build.py".
It is important that these two repositories be located
at $HOME/UnrealEngine and $HOME/integration.
HOW TO BUILD THE FIRST TIME