Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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+

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/
```