Jaunty Jackalope: Ubuntu 9.04
hardy : Ubuntu8.06?
gutsy : Ubuntu7.10
feisty: Ubuntu7.04
[ref] http://zhuaxia.spaces.live.com/Blog/cns!71787D3A37FFC48A!284.entry
" ... Debian的开发代号来源于电影《玩具总动员》, 脱胎于Debian的Ubuntu,其开发代号同样很有意思... "
2008年9月21日 星期日
Install codeblocks on Ubuntu
Prerequisites:
//=== wx2.6
1. sudo apt-get install build-essential
2. sudo apt-get install gdb
3. sudo apt-get install libwxgtk2.6-0
4. sudo apt-get install libwxgtk2.6-dev wx2.6-headers wx-common
5. sudo apt-get install wx2.6-doc
step 1-5 in one command
sudo apt-get install build-essential gdb libwxgtk2.6-0 libwxgtk2.6-dev wx2.6-headers wx2.6-doc wx-common
//=== wx2.8
Add deb http://apt.wxwidgets.org/ edgy-wx main
or deb http://apt.wxwidgets.org/ feisty-wx main
to your sources.list.
sudo nano /etc/apt/sources.list
deb http://apt.wxwidgets.org/ gutsy-wx main
deb-src http://apt.wxwidgets.org/ gutsy-wx main
wget http://apt.wxwidgets.org/key.asc
sudo apt-key add key.asc
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers wx-common
//===
Install codeblocks:
1. Download the tar.gz file to your computer and extract the files to an empty directory, such as one called temp for example.
tar xvf CB_date-of-build_revision-number_Ubuntu6.10+7.04_wx2.8.4.tar.gz
2. Install all the packages at the same time.
sudo dpkg -i *.deb
The packages can be installed individually, if you prefer not to install everything. The first package to install is libcodeblocks0 followed by the codeblocks package. All the other packages are optional.
If you want to install the wxsmith and/or contrib packages, you must install the libwxsmithlib0 package first.
[ref] http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu
//=== wx2.6
1. sudo apt-get install build-essential
2. sudo apt-get install gdb
3. sudo apt-get install libwxgtk2.6-0
4. sudo apt-get install libwxgtk2.6-dev wx2.6-headers wx-common
5. sudo apt-get install wx2.6-doc
step 1-5 in one command
sudo apt-get install build-essential gdb libwxgtk2.6-0 libwxgtk2.6-dev wx2.6-headers wx2.6-doc wx-common
//=== wx2.8
Add deb http://apt.wxwidgets.org/ edgy-wx main
or deb http://apt.wxwidgets.org/ feisty-wx main
to your sources.list.
sudo nano /etc/apt/sources.list
deb http://apt.wxwidgets.org/ gutsy-wx main
deb-src http://apt.wxwidgets.org/ gutsy-wx main
wget http://apt.wxwidgets.org/key.asc
sudo apt-key add key.asc
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install libwxgtk2.8-0 libwxgtk2.8-dev wx2.8-headers wx-common
//===
Install codeblocks:
1. Download the tar.gz file to your computer and extract the files to an empty directory, such as one called temp for example.
tar xvf CB_date-of-build_revision-number_Ubuntu6.10+7.04_wx2.8.4.tar.gz
2. Install all the packages at the same time.
sudo dpkg -i *.deb
The packages can be installed individually, if you prefer not to install everything. The first package to install is libcodeblocks0 followed by the codeblocks package. All the other packages are optional.
If you want to install the wxsmith and/or contrib packages, you must install the libwxsmithlib0 package first.
[ref] http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu
C++ IDE tools for Ubuntu
http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments
CodeLite
Codeblocks
Code::Blocks?
Geany(only for KDE?)
Eclipse
(? Eclipse for C++ is ok, but not so good as Eclipse for Java?)
CodeLite
Codeblocks
Code::Blocks?
Geany(only for KDE?)
Eclipse
(? Eclipse for C++ is ok, but not so good as Eclipse for Java?)
訂閱:
意見 (Atom)
