Merge branches 'main' and 'main' of ssh://luckyrobots.com:2222/luckyrobots/luckyworld
Some checks failed
Unreal Engine Build / macos-build (push) Failing after 12m9s
Some checks failed
Unreal Engine Build / macos-build (push) Failing after 12m9s
This commit is contained in:
commit
a4644aa189
@ -4,8 +4,6 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ main, develop ]
|
branches: [ main, develop ]
|
||||||
pull_request:
|
|
||||||
branches: [ main, develop ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# windows-build:
|
# windows-build:
|
||||||
|
17
README.md
17
README.md
@ -1,3 +1,20 @@
|
|||||||
# luckyworld
|
# luckyworld
|
||||||
|
|
||||||
this is our unreal repository with our complete source code...
|
this is our unreal repository with our complete source code...
|
||||||
|
|
||||||
|
steps to pull the source code down and compile
|
||||||
|
|
||||||
|
* (Don't download the .zip file. It's best to use the CLI or a visual tool so LFS can install the proper libraries)
|
||||||
|
* git clone https://luckyrobots.com/luckyrobots/luckyworld.git
|
||||||
|
* cd luckyworld
|
||||||
|
* install git lfs
|
||||||
|
* brew install git-lfs (macOS)
|
||||||
|
* sudo yum install git-lfs (linux)
|
||||||
|
* choco install git (windows) or via https://git-scm.com/download/win
|
||||||
|
* select option to install git-lfs
|
||||||
|
* git lfs pull (just in case)
|
||||||
|
* right click .uproject file.
|
||||||
|
* Generate Visual Studio Project Files (windows)
|
||||||
|
* Open the generated .sln file with your IDE (i.e. Visual Studio or Rider)
|
||||||
|
* (The project starts in 5.5 binary version so if you're using source you will need to right click the .uproject and switch your engine version)
|
||||||
|
* Debug 'luckyrobots'
|
Loading…
x
Reference in New Issue
Block a user