Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 427 Bytes

BUILDING.md

File metadata and controls

21 lines (13 loc) · 427 Bytes

Building

The prerequisites for developing using WebRays are

  • Emscripten SDK (web)
  • C++ compiler with at least C++14 support (native)
  • CMake 3+

For the native targets you will also need

  • ANGLE
  • SDL2 (examples)

Building instructions are currently provided for the following platforms:

Web

Linux

Windows

Mac OS