这几天在网上下到了Redhat Enterprise linux server 5.0
很兴奋,赶紧装了上了。但是不知道怎么安装compiz fusion
下载了compiz-0.7.6.tar.gz 这个包,但是不太会弄。
有人知道该怎么编译安装吗,有更简单的方法也行。
文章评论
共有 2 条评论
hr127 于 2008-06-14 07:40:09发表:
我这这么弄的,但是不行。下面是提示:
[root@HR-Linux compiz-0.7.6]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for intltool >= 0.23... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
[root@HR-Linux compiz-0.7.6]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@HR-Linux compiz-0.7.6]#
还有人能告诉我该怎么办吗?先谢谢了。
hr127 于 2008-06-14 07:40:09发表:
我这这么弄的,但是不行。下面是提示:
[root@HR-Linux compiz-0.7.6]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for intltool >= 0.23... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
[root@HR-Linux compiz-0.7.6]# make
make: *** 没有指明目标并且找不到 makefile。 停止。
[root@HR-Linux compiz-0.7.6]#
还有人能告诉我该怎么办吗?先谢谢了。
celery_onion 于 2008-06-13 22:23:42发表:
解压缩
$ ./configure
$ make
# make install