Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 327 Bytes

Compilación

gcc -o client client.c client_utils.c `pkg-config --cflags --libs gtk+-3.0` -export-dynamic
gcc -o server server.c server_utils.c `pkg-config --cflags --libs gtk+-3.0` -export-dynamic

./server

./client
./client
.
.
.
n

https://www.youtube.com/watch?v=qioZAH30I2Q