Chinaunix首页 | 论坛 | 博客
  • 博客访问: 886637
  • 博文数量: 380
  • 博客积分: 3495
  • 博客等级: 中校
  • 技术积分: 3996
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-02 09:35
文章分类

全部博文(380)

文章存档

2015年(2)

2014年(5)

2013年(9)

2012年(9)

2011年(67)

2010年(103)

2009年(182)

2008年(3)

我的朋友

分类: C/C++

2010-11-19 10:49:02

This document is base on debian 5.0.4

 

Step1: update the installed softwares and libs

#apt-get upgrade

 

Step2:add the wxwidgets src to the software sources

#vi /etc/apt/sources.list

 

Add the below contents:

    # wxWidgets/wxPython repository at apt.wxwidgets.org

    deb lenny-wx main

deb-src lenny-wx main 

 

Step3: update the software list

#apt-get update

 

Step4: install wxgtk

apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n

 

Step5: download the code::blocks

From this page:

You can download the codeblocks-10.05-1-debian-i386.tar.bz2 from the address below:

 

Step6:unpackage the downloaded codeblocks-10.05-1-debian-i386.tar.bz2, this will create an directory i386

#tar xvf codeblocks-10.05-1-debian-i386.tar.bz2        

 

Step7: install the code::blocks

#cd i386

#dpkg –i  *.deb

 

Step8: start the code::blocks

You can find the start icon

Applications->Programming->Code::Blocks IDE

 

 

阅读(459) | 评论(0) | 转发(0) |
0

上一篇:install code::blocks

下一篇:python code style

给主人留下些什么吧!~~