dev/c/gtk-tutorial/helloworld/run.sh

4 lines
120 B
Bash
Executable File

#!/bin/bash
gcc -Wall -g 1.c -o helloworld `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0` && ./helloworld