RT
请大牛们帮助解答一下,谢谢。
Windows下用CodeLite 开发GTK应用,如何进行配置?
-
- 帖子: 9
- 注册时间: 2012-02-18 0:23
-
- 帖子: 1
- 注册时间: 2014-07-13 14:05
Re: Windows下用CodeLite 开发GTK应用,如何进行配置?
1. 工程右击->编译器->c compiler options ->'pkg-config --cflags gtk +-3.0';
开始->cmd ->pkg-config --cflags gtk +-3.0 < file.txt;
将file.txt中字串->替换(工程右击->编译器->c compiler options ->'pkg-config --cflags gtk +-3.0');
2.工程右击->链接器->linker options ->'pkg-config --libs gtk +-3.0';
同上面方法进行替换
开始->cmd ->pkg-config --cflags gtk +-3.0 < file.txt;
将file.txt中字串->替换(工程右击->编译器->c compiler options ->'pkg-config --cflags gtk +-3.0');
2.工程右击->链接器->linker options ->'pkg-config --libs gtk +-3.0';
同上面方法进行替换