这几天一直在寻找一个好用的GUI开发工具,不想用eclipse,因为它是为java而开发的,而我是c的fans,使用eclipse总感觉不舒服。经过这几天的寻找和尝试,终于知道一个好用的开发工具。 也是我极力推荐的工具:anjuta。
由于刚刚搞定,对它还不是很熟悉,若有错误请指正。
现在anjuta的版本是2.0.2,但是不推荐使用最新版本,因为还是测试版本,不稳定。我是新手,一开始认为最新的就是最好的,下载下来,由于使用的 操作系统是最新的FC5,安装的时候发现太多的包需要装,但是装上后发现还是不能用,想不出来是什么原因,最后没办法,下载了anjuta-1.2.4a 版本,安装,还是又一部分包需要更新,比如会提示
checking for VTE... configure: error: Package requirements (vte >= 0.7.0) were not met:
No package 'vte' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables VTE_CFLAGS
and VTE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
大致意思是 vte 版本较低,当你更新完 vte 包时,有可能还是不行, 原因可能是缺省的这些库会安装在/usr/local/lib中,所以需要在/root/.bash_profile中加上PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
export PKG_CONFIG_PATH
即可。在FC5下测试通过,基本可用。
后来又在REDHAT9下重新安装anjuta-1.2.4a,顺利安装上。需要注意的是,我曾经安装的版本是anjuta-1.2.4,没有成功,原因未知,希望后来者注意。
关于glade,以后再做介绍。