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-devsudo 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.
本文档提供了在Linux环境下从源码安装Code::Blocks的详细步骤,包括所需依赖库的安装,如libwxgtk2.8-dev和libgtk2.0-dev等,并指导如何清理旧的构建文件。

被折叠的 条评论
为什么被折叠?



