在ubuntu下开发,需要一些软件如下:
###############################################
# Date: 2010-04-27
# Descripton:
###############################################
## 终端 下载协议
sudo apt-get install minicom lrzsz
sudo cp minirc* /etc/minicom/
sudo cp mini /usr/local/bin/
## dos2unix & unix2dos
sudo apt-get install tofrodos
## tree
sudo apt-get install tree
## 代码查找
sudo apt-get install ctags cscope
## 代码对齐
sudo apt-get install indent
sudo cp indent.pro ~/.indent.pro
## Generate documenttation from in-line formatted comments of the header files.
## doxygen是一个好东西,可以用它对源代码进行分析,自动输出文档。输出格式可以为html,rtf,pdf等等。特别的,可以生成html集合,然后用html help workshop编译成chm文件,这样就可以放在我的iRex电子书上看了。
# 使用方法: doxygen -g config.file; doxygen config.file //生成html file. 用IE浏览
sudo apt-get install doxygen
sudo apt-get install vim-full
## 安装必要的依赖
sudo apt-get install linux-headers-`uname -r` build-essential xinetd
## For make menuconfig error.
sudo apt-get install libncurses5-dev
## 十六进制编辑器 比较器
sudo apt-get install hexedit vbindiff
## 字典
sudo apt-get install stardict
sudo cp -r dict/* /usr/share/stardict/dic/
sudo apt-get install mplayer vlc
## ubuntu 千千静听
sudo apt-get install audacious
## 安装audacious的解码器(这个好像已经装好了,如果你装了Rhythmbox或视频解码器)
sudo apt-get install audacious-plugins audacious-plugins-extra audacious-plugins-extra-console
sudo apt-get install unrar
#执行时提示autoconf等出错,这也是因为ubuntu没有安装这些工具,
sudo apt-get install autoconf automake libtool
阅读(1120) | 评论(0) | 转发(0) |