https://github.com/sclorentz/c_app
https://github.com/sclorentz/c_app
app c
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sclorentz/c_app
- Owner: SCLorentz
- Created: 2024-05-17T23:44:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T23:14:25.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T06:08:24.267Z (over 1 year ago)
- Topics: app, c
- Language: C
- Homepage:
- Size: 660 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C_app
Assistente alimentado por um modelo de linguagem de IA da You.com
- gostaria de agradeçer ao you, pois estou com dificuldades de entender o funcionamento do GTK e passando por diversos problemas, essa AI está me ajudando a treinar no desenvolvimento de apps usando o GTK.
executar:
```
gcc -o app main2.c `pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0`
```