Skip to content

EIRTeam/Project-Heartbeat-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Heartbeat engine monorepo

Obtaining dependencies

Run ./get_deps.sh

Building

Development build

Run

cd engine
scons profile="../misc/build_profiles/debug_linux.py"

Linux production build

Have docker and docker-compose installed

Run:

cd misc/linux_build_container
docker-compose up

Windows production build

(Only buildable using mingw!)

Run:

cd engine
scons profile="../misc/build_profiles/production_windows.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published