Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.12 KB

getting-started.md

File metadata and controls

38 lines (26 loc) · 1.12 KB

Getting Started with Screen 13

This guide is intended for developers who are new to Screen 13 and want a step-by-step introduction. For further details on these topics refer to the online documentation.

Required Packages

Linux (Debian-like):

  • sudo apt install cmake uuid-dev libfontconfig-dev libssl-dev

Mac OS (10.15 or later):

  • Xcode 12
  • Python 2.7
  • brew install cmake ossp-uuid

Windows:

  • TODO (works but I haven't gathered the requirements)

Documentation

Read the generated documentation online, or run the following command locally:

cargo doc --open

Changes

Stay informed of recent changes to Screen 13 using the change log file.

Helpful tools