Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.25 KB

Building.md

File metadata and controls

39 lines (25 loc) · 1.25 KB

Building Executables

Supported Platforms

Tuw uses cross-platform libraries.
You can build it on the following platforms.

  • Windows 7 or later
  • macOS 10.9 or later
  • Unix with GTK+ 3.10 or later

You can also see the list of tested platforms here.

Meson

There are platform-specific documents for building the executable with Meson.

You can also see batch files and shell scripts to understand the workflow.

Docker

Linux users can use dockerfiles to build the executable.
See the dockerfiles for the details.

Github Actions

There is a building workflow for Github Actions.
You can make Github build and upload the executables.

See here for the details.
How to Build With Github Actions