一. 安裝基本的編譯環境和一些輔助工具,如文檔等。
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-doc glibc-doc
安裝文檔
send a file with Zmodem under minicom, you should install a Y/Z modem.
apt-get install lrzsz
一些通过二进制tar包发布的软件需要“libstdc++-libc6.2-2.so.3”文件,但Ubuntu中相应的库文件名为“libstdc++-3-libc6.2-2-2.10.0.so”。
解决办法除了建立符号连接之外似乎还可以这样:
sudo apt-get install libstdc++2.10-glibc2.2