gtk -examples
This commit is contained in:
parent
4233fab1c2
commit
54dc0198a7
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
gcc -Wall -g 1.c -o helloworld `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0` && ./helloworld
|
||||
gcc -Wall -g helloworld.c -o helloworld `pkg-config --cflags gtk+-3.0` `pkg-config --libs gtk+-3.0` && ./helloworld
|
||||
|
|
Loading…
Reference in New Issue