Index
This guide provides quick instructions to set up dependencies, generate bindings, and run a sample using gtk-kn
on
Ubuntu 24.04. For detailed setup steps, additional distributions, or OS support, please see
the Installation Guide.
Quick Start on Ubuntu 24.04¶
- Install Required Dependencies
Run the following command to install necessary packages:
- Generate Bindings
Use the Gradle command below to generate bindings for gtk-kn
:
- Run a Sample Application
To verify the setup, run a sample application:
This will launch a sample GTK application, confirming that everything is set up correctly.
For more detailed instructions and advanced usage, see the User Guide.