Files
Bubberstation/dependencies.sh
T
ZephyrandGitHub 03d0076f7d Compiling the servers works again (#82420)
"Compat" node version didn't work at all
2024-04-03 06:53:10 +00:00

34 lines
620 B
Bash

#!/bin/sh
#Project dependencies file
#Final authority on what's required to fully build the project
# byond version
export BYOND_MAJOR=515
export BYOND_MINOR=1633
#rust_g git tag
export RUST_G_VERSION=3.1.0
#node version
export NODE_VERSION=20
export NODE_VERSION_LTS=20.12.0
# SpacemanDMM git tag
export SPACEMAN_DMM_VERSION=suite-1.8
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.9.0
#auxlua repo
export AUXLUA_REPO=tgstation/auxlua
#auxlua git tag
export AUXLUA_VERSION=1.4.4
#hypnagogic repo
export CUTTER_REPO=actioninja/hypnagogic
#hypnagogic git tag
export CUTTER_VERSION=v3.0.1