URN Logo
UNIX Resources » Linux » China Linux Forum » Linux桌面与办公软件 » 14 » 怎么装Gnome?
announcement 声明: 本页内容为中国Linux论坛的内容镜像,文章的版权以及其他所有的相关权利属于中国Linux论坛和相应文章的作者,如果转载,请注明文章来源及相关版权信息。
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.net
  业界新闻与评论
  自由软件杂谈
  IT 人生
  Linux软件快递
  翻译作坊
  Linux图书与评论
  GNU Emacs/XEmacs
  Linux 中文环境和中文化
  Linux桌面与办公软件
  Linux 多媒体与娱乐版
  自由之窗Mozilla
  笔记本电脑上的Linux
  Gentoo
  Debian 一族
  网络管理技术
  Linux 安装与入门
  WEB服务器和FTP服务器
  域名服务器和邮件服务器
  Linux防火墙和代理服务器应用
  文件及打印服务器
  技术培训与认证
  Linux内核技术
  Linux 嵌入技术
  Linux设备驱动程序
  Linux 集群技术
  LINUX平台数据库
  系统和网络安全
  CPU 与 编译器
  系统计算研究所专栏
  Linux下的GUI软件开发
  C/C++编程版
  PHP 技 术
  Java&jsp技术
  Shell编程技术
  Perl 编 程
  Python 编 程
  XML/Web Service 技术
  永远的Unix
  FreeBSD世界
   
怎么装Gnome?
怎么装Gnome? - dukyluo [2004-01-06 21:10 | 93 byte(s)]
 
Re: 怎么装Gnome? - coldguy [2004-01-07 11:30 | 27 byte(s)]
 
Re: 怎么装Gnome? - nxin [2004-01-07 09:44 | 37 byte(s)]
 
回复两位大哥 - dukyluo [2004-01-07 10:19 | 134 byte(s)]
 
Re: 回复两位大哥 - timothy [2004-01-07 11:45 | 6,720 byte(s)]
 
应该先迈那只脚? - dukyluo [2004-01-08 10:25 | 488 byte(s)]
 
Re: 应该先迈那只脚? - hookcapt [2004-01-08 12:21 | 26 byte(s)]
 
发行版在哪里? - dukyluo [2004-01-08 19:40 | 377 byte(s)]
 
Re: 发行版在哪里? - unix [2004-01-09 16:21 | 275 byte(s)]
 
偶有些了解了 - dukyluo [2004-01-09 11:14 | 157 byte(s)]
 
Re: 应该先迈那只脚? - tram [2004-01-08 11:12 | 234 byte(s)]
 
Re: 应该先迈那只脚? - unix [2004-01-08 10:47 | 203 byte(s)]
 
&&是什么? - dukyluo [2004-01-08 11:15 | 36 byte(s)]
 
Re: &&是什么? - unix [2004-01-08 11:22 | 34 byte(s)]
 
Re: 怎么装Gnome? - timothy [2004-01-07 01:30 | 224 byte(s)]
 
Subject: 怎么装Gnome?
Author: dukyluo    Posted: 2004-01-06 21:10    Length: 93 byte(s)
[Original] [Print] [Top]
装过kde新版,因为是rpm软件包,直接装就行了,可是gnome网站上全是解压缩文件,怎么装啊?望赐教!
[Original] [Print] [Top]
Subject: Re: 怎么装Gnome?
Author: timothy    Posted: 2004-01-07 01:30    Length: 224 byte(s)
[Original] [Print] [Top]
好像没有rpm或者deb就没法安装了一样 :-) 大部分软件都是tar.gz格式的嘛。
看一下install instructions。然后按照顺序逐个./configure;make;make install
若觉得麻烦,写个shell script自动做就是了。我装完了,没有问题。
[Original] [Print] [Top]
Subject: Re: 怎么装Gnome?
Author: nxin    Posted: 2004-01-07 09:44    Length: 37 byte(s)
[Original] [Print] [Top]
那些tar.gz是源码,用garnome编译安装。
[Original] [Print] [Top]
Subject: 回复两位大哥
Author: dukyluo    Posted: 2004-01-07 10:19    Length: 134 byte(s)
[Original] [Print] [Top]
两位大哥太搞笑了,要是你问我蛋炒饭怎么做,我告诉你用蛋,饭,勺子、锅等等炒一下就可以了,你说行不行?
不过还是感谢二位的参与。
[Original] [Print] [Top]
Subject: Re: 怎么装Gnome?
Author: coldguy    Posted: 2004-01-07 11:30    Length: 27 byte(s)
[Original] [Print] [Top]
到rpmfind.net搜搜捕就行了。
----
To Be or Not to Be?
[Original] [Print] [Top]
Subject: Re: 回复两位大哥
Author: timothy    Posted: 2004-01-07 11:45    Length: 6,720 byte(s)
[Original] [Print] [Top]
兄弟,搞笑的是你!这种方式是最普通的安装方式了,相当傻瓜。这不是蛋炒饭,蛋炒饭对你来说太复杂,在linux中这就像走路,最基本的动作了,不会让大家告诉你先迈出哪只脚吧 :-)
没有一点自立的精神的不行的,毕竟没有人会天天守在电脑旁回答这些问题,你看看www.gnome.org网站,写的再明白不过了,这里我给你重复一遍。若你还觉得不过瘾,用XP吧,真的!

下载所有下面的软件,按照下面的顺序,对每个tar.bz2文件(还是下载bz2格式的吧,比gz格式小一些)执行
tar xvjf abc.tar.bz2
cd abc
./configure
make
make install
然后就好了,若闲麻烦就把上面的东西写成脚本。

以下内容引自www.gnome.org的installation instuctions
-------------------------------------------------------
7. Installation of the GNOME 2.4 Developer Platform and Desktop
7.1. External Dependencies

*

pkg-config, available at http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.t
ar.gz
*

The Xft2 and fontconfig family of libraries, available at http://fontconfig.org/

Note that while these libraries are available as part of XFree86 4.3, the newer versions from font
config.org are highly recommended.
*

FreeType 2.0.9 or greater, available at http://www.freetype.org/
*

docbook-xml [docbook dtd 4.1.2]
*

docbook-xsl [docbook xsl stylesheets]

7.2. Development Library dependencies

*

libpng
*

libjpeg
*

libtiff
*


XFree86
*

libpopt
*

libbbz2
*

zlib
*

libfam

7.3. GNOME 2.4 Installation Order

*

libxml2
*

libxslt
*

gtk-doc
*

glib
*

libIDL
*
ORBit2
*

intltool
*

libbonobo
*

fontconfig
*

Render
*

Xrender
*

Xft
*

pango
*

atk
*

gtk+
*

gconf
*

gnome-mime-data
gnome-vfs
*

esound
*

libgnome
*

libart_lgpl
*

libglade
*

libgnomecanvas
*

libbonoboui
*

gnome-icon-theme
*

libgnomeui
*

startup-notification
*

gtk-engines
*

gnome-themes
gnome-desktop
*

libwnck
*

gnome-panel
*

gnome-session
*

vte
*

gnome-terminal
*

scrollkeeper
*

libgtop
*

gail
*

gnome-applets
*

metacity
*

libgsf

libcroco
*

librsvg
*

eel
*

nautilus
*

control-center
*

gtkhtml2
*

yelp
*

bug-buddy
*

libgnomeprint
*

libgnomeprintui
*

gtksourceview
*

gedit
eog
*

gob
*

acme
*

ggv
*

file-roller
*

gconf-editor
*

gnome-utils
*

gal
*

gnome-system-monitor
*

gstreamer
*

gnome-media
*

gst-plugins
nautilus-media
*

gcalctool
*

gpdf
*

gucharmap
*

nautilus-cd-burner
*

zenity
*

gnome-speech
*

at-spi
*

gnome-mag
*

gnopernicus
*

gok
*

mozilla
*
epiphany
*

gnomemeeting
*

gnome-games
*

gnome2-user-docs

7.4. GARNOME

If you do not wish to go through the process of manually building each module yourself, then you might c
onsider using GARNOME, a GNOME distribution based on the GAR ports system. GARNOME automatically downloa
ds the tarballs from a specified location and builds them for you. To find out more information visit th
e GARNOME web page.
[Original] [Print] [Top]
Subject: 应该先迈那只脚?
Author: dukyluo    Posted: 2004-01-08 10:25    Length: 488 byte(s)
[Original] [Print] [Top]
还是不行,/configure和make、make install命令不是没用过,编写脚本,我晕,以前写病毒的热情早没了,还写什么程序段。
如果每个人都像您一样自立,就不用什么傻瓜相机了;如果每个人都像您一样自立,那么大家都不要睡觉了;如果每个人都像你一样自立,那么美国火星探测小组的研究人员光学电脑就可以过一辈子了。
不过大哥说的还是有道理,毕竟先迈哪只脚,还是自己说了算!
不好意思,小弟这里还是从windowsxp下发的帖子,因为是完美主义者,不把linux调到最佳,是不会用的。唉,都重装三次了。
[Original] [Print] [Top]
Subject: Re: 应该先迈那只脚?
Author: unix    Posted: 2004-01-08 10:47    Length: 203 byte(s)
[Original] [Print] [Top]
http://linuxfromscratch.mirror.ac.uk/blfs/view/stable/gnome/gnome.html
----
Stern des Südens
[Original] [Print] [Top]
Subject: Re: 应该先迈那只脚?
Author: tram    Posted: 2004-01-08 11:12    Length: 234 byte(s)
[Original] [Print] [Top]
跟着这个链接,保证你顺利安装上gnome。
http://www.linuxfromscratch.org/blfs/view/cvs/gnome/gnome.html
[Original] [Print] [Top]
Subject: &&是什么?
Author: dukyluo    Posted: 2004-01-08 11:15    Length: 36 byte(s)
[Original] [Print] [Top]
这个符合是什么意思?看不懂,望赐教!
[Original] [Print] [Top]
Subject: Re: &&是什么?
Author: unix    Posted: 2004-01-08 11:22    Length: 34 byte(s)
[Original] [Print] [Top]
如果前面命令执行成功,就执行后面的.
----
Stern des Südens
[Original] [Print] [Top]
Subject: Re: 应该先迈那只脚?
Author: hookcapt    Posted: 2004-01-08 12:21    Length: 26 byte(s)
[Original] [Print] [Top]
那就用发行版装吧
[Original] [Print] [Top]
Subject: 发行版在哪里?
Author: dukyluo    Posted: 2004-01-08 19:40    Length: 377 byte(s)
[Original] [Print] [Top]
先回复楼上那位超强的大哥,你说的命令我试了一下:先config一下,再make,make install命令,没有用啊,我不理解的是,总共有152个压缩文件,难道要每个都这样试过来,oh my God!还有你后面的那段english,实在令我看的费解,外国人的计算机就是专业,普通人都看不懂!hehe!
楼上这位大哥,发行版是什么?rpm吗?我用garnome装了一次,结果出了两个error,好家伙,浪费我1个小时时间,没装成。
[Original] [Print] [Top]
Subject: 偶有些了解了
Author: dukyluo    Posted: 2004-01-09 11:14    Length: 157 byte(s)
[Original] [Print] [Top]
又用gnome2。4的rpm装了一次,也是some files missing,感觉好像系统安装上有些纰漏,我安装时没有选择完全安装,很多选项都没装上,就连中文美化包安装时也会有erorr。
[Original] [Print] [Top]
Subject: Re: 发行版在哪里?
Author: unix    Posted: 2004-01-09 16:21    Length: 275 byte(s)
[Original] [Print] [Top]
哪有这么多,总共39个包,不过如果机器不行,就很费些时间编译.
可以看看这个中文

http://lfs.linuxsir.org/htdocs/blfscvs/gnome/gnome.html
----
Stern des Südens
[Original] [Print] [Top]
« Previous thread
如何在red Hat 9.0的文档中打出字来?
Linux桌面与办公软件
14
Next thread »
求助:在cshell环境下,如何调出中文输入法?
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
备案序号: 京ICP备05006143    webmaster: webmaster@unixresources.net
This page created on 2008-07-17 02:09:13, cost 0.079609870910645 ms.