Starbound source code
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.
 
 
 
 
 
 
realweezerfan93 17e10bed9f hack around weird builds 12 months ago
.vscode better docs 12 months ago
assets Init 12 months ago
attic Init 12 months ago
cmake Init 12 months ago
doc Init 12 months ago
lib Init 12 months ago
scripts hack around weird builds 12 months ago
source hack around weird builds 12 months ago
tiled Init 12 months ago
.gitattributes Init 12 months ago
.gitignore Init 12 months ago
README.md hack around weird builds 12 months ago
logo.png Init 12 months ago

README.md

Starbound

A somewhat comprehensive guide on how to build the game from source.

Build Instructions:

Windows x86_64

Install Visual Studio 2023
Install CMake
Optionally, Install QT 5.6.0

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 vcvarsall 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