gtk-sandbox/gtk3/example-3/readme.md

7 lines
155 B
Markdown
Raw Permalink Normal View History

2022-12-19 19:48:22 +01:00
* build manually
```
gcc `pkg-config --cflags gtk+-3.0` -o example-3 example-3.c `pkg-config --libs gtk+-3.0`
```
* or build using ```make``` instruction