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

https://github.com/jf17/gtk3-hello

GTK3 example . (Hello World)
https://github.com/jf17/gtk3-hello

c example gtk3 hello-world

Last synced: 13 days ago
JSON representation

GTK3 example . (Hello World)

Awesome Lists containing this project

README

          

# gtk3-hello

## build :

```bash
sudo apt install libgtk-3-dev -y
clang `pkg-config --cflags gtk+-3.0` -o hello hello.c `pkg-config --libs gtk+-3.0`
```

## run :
```bash
./hello
```
![Screenshot](/screen.png?raw=true)