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

7 lines
168 B
Bash
Raw Normal View History

2012-10-25 12:14:22 +04:00
#!/bin/bash
2012-10-25 12:16:01 +04:00
gcc -Wall -g packing_demo.c -o packing_demo `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0`
./packing_demo 1
./packing_demo 2
./packing_demo 3