Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 481 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 481 Bytes

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"