2 lines
71 B
Bash
2 lines
71 B
Bash
|
gcc `pkg-config --cflags --libs gtk+-2.0` hello_world.c -o hello_world
|