Вы находитесь на странице: 1из 2

Usando GTK e Glade com CodeBlocks

1.V em: Settings-->compiler and debuger


2.Na guia compilador escolher a guia opes e dentro dela adicionar o seguinte comando
`pkg-config --cflags gtk+-2.0 gmodule-export-2.0`
`pkg-config --cflags libglade-2.0`
Imagem de referencia.

2.Ento em linker settings em other linker options digite os seguintes comandos.


`pkg-config --libs gtk+-2.0 gmodule-export-2.0`
`pkg-config --libs libglade-2.0`

Вам также может понравиться