Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 250 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 250 Bytes

Simple Text Editor

GTK3 and Glade

build :

sudo apt install clang libgtk-3-dev -y
clang `pkg-config --cflags gtk+-3.0` -o simple-text-editor main.c `pkg-config --libs gtk+-3.0`

run :

./simple-text-editor