美文网首页
LinuxMint安装CodeBlocks

LinuxMint安装CodeBlocks

作者: Venyeh_Hoo | 来源:发表于2018-11-30 14:23 被阅读0次

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

mkdir Code_Blocks
cd Code_Blocks
svn checkout svn://svn.code.sf.net/p/codeblocks/code/trunk
cd trunk
sudo apt-get install hunspell libhunspell-dev gamin libgamin-dev libboost-dev libboost-system-dev gtk+-3.0 libsysfs-dev wxwidgets*
sudo apt-get install libboost-all-dev
./bootstrap
./configure --with-contrib-plugins=all
make
sudo make install

相关文章

网友评论

      本文标题:LinuxMint安装CodeBlocks

      本文链接:https://www.haomeiwen.com/subject/yfxhcqtx.html