Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uriegel/gtkdotnet
.NET Core 3 Bindings for GTK+
https://github.com/uriegel/gtkdotnet
csharp dotnet-core gtk3
Last synced: 8 days ago
JSON representation
.NET Core 3 Bindings for GTK+
- Host: GitHub
- URL: https://github.com/uriegel/gtkdotnet
- Owner: uriegel
- License: mit
- Created: 2020-03-28T07:58:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T08:22:20.000Z (almost 1 year ago)
- Last Synced: 2024-11-08T22:56:58.703Z (8 days ago)
- Topics: csharp, dotnet-core, gtk3
- Language: C#
- Size: 483 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GtkDotNet
.NET 6 Bindings for GTK+## Prerequisites
### Ubuntu
* sudo apt install libwebkit2gtk-4.0-dev
### Fedora
* sudo dnf install webkit2gtk3-devel.x86_64## Installation of GTK Schema
```
sudo install -D de.uriegel.test.gschema.xml /usr/share/glib-2.0/schemas/
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
```