分页: 1 / 1

新手请教codeblocks安装

发表于 : 2009-05-04 12:30
kandy20021
新接触UBUNTU,想装个codeblocks试试,在官方下载了一个20.1M的文件codeblocks_8.02-0ubuntu1.deb.tar.gz,解压了安装提示和其它文件相关,里面有六个文件都是这样,不能用包安装,实在不知道怎么样把它安装到UBUNTU9.04里面,请高手指点一下,最好是能详细点说明步骤,谢谢!
另本人电脑没联网,是用DVD版本装的系统!

Re: 新手请教codeblocks安装

发表于 : 2009-05-04 14:59
6wings.k
尝试一下

代码: 全选

dpkg -i *.deb
或者,安装一个目录下面所有的软件包

代码: 全选

dpkg -R
eg:

代码: 全选

 dpkg -R /usr/local/src

Re: 新手请教codeblocks安装

发表于 : 2009-05-04 18:07
kandy20021
dpkg -i *.deb
上面这一条试过,也不能安装,晚上回家试试下面这一句:

代码:
dpkg -R

希望能装上,电脑没网络,装个东西真麻烦

Re: 新手请教codeblocks安装

发表于 : 2009-05-04 19:16
呼文彪
Application-->Add/Remove 里将show后选All available applicatons,搜一下就出来了。

Re: 新手请教codeblocks安装

发表于 : 2009-05-04 19:17
呼文彪
不好意思,没网络就算了

Re: 新手请教codeblocks安装

发表于 : 2009-05-05 12:08
kandy20021
就是没网络相当不方便,昨天下了个wxGTK-2.8.10
解压出来之后,用./configure编译出现错误

代码: 全选

configure: WARNING: zlib library not found or too old, will use built-in instead
checking for png.h > 0.90... no
checking for png.h... (cached) no
configure: WARNING: system png library not found or too old, will use built-in instead
checking for jpeglib.h... no
configure: WARNING: system jpeg library not found, will use built-in instead
checking for tiffio.h... no
configure: WARNING: system tiff library not found, will use built-in instead
checking for expat.h... no
configure: WARNING: system expat library not found, will use built-in instead
checking for mspack.h... no
checking for GTK+ version... 
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
The development files for GTK+ were not found. For GTK+ 2, please
ensure that pkg-config is in the path and that gtk+-2.0.pc is
installed. For GTK+ 1.2 please check that gtk-config is in the path,
and that the version is 1.2.3 or above. Also check that the
libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
--libs' are in the LD_LIBRARY_PATH or equivalent.
都不明白是什么意思,请大家帮看下

Re: 新手请教codeblocks安装

发表于 : 2009-05-06 17:42
kandy20021
这里没人气啊