You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.vscode | 5 months ago | |
assets | 5 months ago | |
attic | 5 months ago | |
cmake | 5 months ago | |
doc | 5 months ago | |
lib | 5 months ago | |
scripts | 5 months ago | |
source | 5 months ago | |
tiled | 5 months ago | |
.gitattributes | 5 months ago | |
.gitignore | 5 months ago | |
README.md | 5 months ago | |
logo.png | 5 months ago |
README.md
Starbound
A somewhat comprehensive guide on how to build the game from source.
This might contain modifications to the source code that make it not interoperable with the base game.
Build Instructions:
Windows x86_64
Install Visual Studio 2023
Install CMake
Optionally, Install QT 5.6.0
Optionally, Install Ninja if using Visual Studio Code (pip can be used to install it as well)
Visual Studio
Run scripts\windows\setup64.bat
A solution should be generated in the build
folder
Open it and click Build (shortcut: CTRL+B)
Visual Studio Code
Open a vcvars64 window (x64 Native Tools Command Prompt for VS 2022)
Run scripts\windows\setup64-ninja.bat
A ninja project should be generated in the build
folder
Simply run ninja