Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 710 Bytes

QS_README.md

File metadata and controls

30 lines (18 loc) · 710 Bytes

ultralight-quick-start

1. Install the Prerequisites

Before you build and run, you'll need to install the prerequisites for your platform.

2. Build the app

To build the repo, run the following:

cmake -B build
cmake --build build --config Release

3. Run the app

On macOS and Linux

Navigate to .../build and run MyApp to launch the program.

On Windows

Navigate to .../build/Release and run MyApp to launch the program.

Further Reading

Follow the Writing Your First App guide and other tutorials in the documentation for more info.