News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

install codeblocks on debian.

Started by northtar, October 29, 2005, 04:25:31 PM

Previous topic - Next topic

northtar

First thanks for those great programmer who gives me such a great program.

I use VIM for a long time and I think it can do anything,but it so hard for me to use gdb with VIM,then I find codeblocks :D.
Here is the steps I install codeblocks on debian(kubuntu).
1.download the file(Mine is codeblocks-1.0rc2.tgz)
2.unpack tar xzvf codeblocks-1.0rc2.tgz
3.cd codeblocks-1.0rc2
4.sudo apt-get install sysutils
5.find . -type f -and -not -name "*.png" -and -not -name "*.bmp" | sed "s/.*/\"\\0\"/" | xargs dos2unix
6.find . -type f -and -not -name "*.cpp" -and -not -name "*.h" -and -not -name "*.png" -and -not -name "*.bmp" | sed "s/.*/\"\\0\"/" | xargs dos2unix
7.sudo cp /usr/local/share/aclocal/ /usr/share/ -R
8.sh bootstrap
9../configure
10.make
11.sudo make install
12.codeblocks :D