https://github.com/eetagent/licenses
Simple Vala learning project. An application that displays a list of FOSS licenses
https://github.com/eetagent/licenses
gtk4 licenses vala
Last synced: 24 days ago
JSON representation
Simple Vala learning project. An application that displays a list of FOSS licenses
- Host: GitHub
- URL: https://github.com/eetagent/licenses
- Owner: EETagent
- License: gpl-3.0
- Created: 2021-01-03T12:21:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T17:26:49.000Z (over 4 years ago)
- Last Synced: 2025-02-12T15:23:51.321Z (3 months ago)
- Topics: gtk4, licenses, vala
- Language: Vala
- Homepage:
- Size: 367 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Licenses
[](https://gitlab.gnome.org/GNOME/vala)
[](https://www.gtk.org/)Simple Vala learning project. An application that displays a list of FOSS licenses

## Building
Following dependencies are required to build the application:
* gtk4-devel
* meson
* vala-develTo compile the application, run:
meson build
ninja -C buildTo install, use:
sudo ninja -C build install