`
linvar
  • 浏览: 254775 次
  • 性别: Icon_minigender_1
  • 来自: 未定
社区版块
存档分类
最新评论

Ubuntu编译环境

阅读更多
一. 安裝基本的編譯環境和一些輔助工具,如文檔等。
sudo apt-get install manpages-dev
安裝C/C++的Man手冊,這樣你就可以隨時的查看一些你不太瞭解的函式的原型,具体參數說明等;還可以查看一些include檔案的具体說明。

sudo apt-get install build-essential
安裝gcc,g++,make等

sudo apt-get install libc6-dev libstdc++6-4.0-dev
安裝include&lib

sudo apt-get install autoconf automake1.9
安裝autoconf automake1.9

sudo apt-get install binutils-doc cpp-doc gcc-4.0-doc gcc-doc glibc-doc libstdc++6-4.0-doc stl-manual cpp-4.0-doc
安裝文檔

send a file with Zmodem under minicom, you should install a Y/Z modem.

apt-get install lrzsz
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics