Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 522 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 522 Bytes

RTS

An OpenSource RTS game.

Important information about building on Windows

Unfortunately, the project doesn't build on Windows straight off NPM. Because of the native node-datachannel dependency, it requires CMake and OpenSSL to be manually installed and present.

I personally opt to add CMake to PATH (both for CMD and MSYS2 shells), and to enable CMake to find OpenSSL, the easiest way is to set OPENSSL_ROOT_DIR before running npm install. The "root" directory is the one containing the bin folder.