These docs are for v1.1. Click to read the latest docs for v1.4.

Installing Prerequisites

To build and run the projects in the Ultralight SDK, you'll need the following:

Windows (Windows 7+)


macOS (Sierra or later)

  • Git (on latest macOS you can just type git from Terminal to install if it isn't already)
  • CMake (May need to run the "Install Command Line Tools" script in the app to add to your PATH)
  • Xcode (You can just install the Command Line Tools if you don't need an IDE)

Linux (Ubuntu or Debian 9.5+)

  • Git
  • CMake (eg, sudo apt install cmake)
  • GCC or Clang (anything that supports C++11 or later) (eg, sudo apt install build-essential)