码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下安装anjuta

时间:2014-11-04 17:30:35      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:ubuntu   anjuta 安装   

1.安装编译环境:

sudo apt-get install build-essential

2.安装g++:

虽然系统自带了gcc,但是不一定自带g++,sudo apt-get install g++-4.6(对应于gcc)

3 安装anjuta:

sudo apt-get install anjuta

4 解决依赖:

 sudo apt-get install autogen automake build-essential indent intltool

5 运行命令:

anjuta

6. 建立项目(过程一路继续)

bubuko.com,布布扣

bubuko.com,布布扣bubuko.com,布布扣

(F9 编译 F3 执行)

bubuko.com,布布扣bubuko.com,布布扣




7.安装函数参考手册:

sudo apt-get install manpages-dev

8.查看某个函数

man strstr



ubuntu下安装anjuta

标签:ubuntu   anjuta 安装   

原文地址:http://blog.csdn.net/xd_122/article/details/40786473

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!