Installing_Code::Blocks_from_source_on_Linux

 

http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux

apt-get install build-essential

apt-get install vim

ls /usr/lib/libwx_gtk*

apt-get install libwxgtk2.8-dev
sudo apt-get install libgtk2.0-dev

install autoconf" and "automake





If you want to recompile everything, first run:

 make clean
 make distclean
 make clean-bin
 make clean-zipfiles

and then follow the above sequence for installing.

你可能感兴趣的:(Installing_Code::Blocks_from_source_on_Linux)