Initial import into CVS.
This commit is contained in:
parent
8fde76b512
commit
c48659e727
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11622
2 changed files with 130 additions and 0 deletions
12
en/gnome/docs/Makefile
Normal file
12
en/gnome/docs/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD: www/en/java/docs/Makefile,v 1.4 2000/11/07 04:05:17 kuriyama Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS = faq.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
118
en/gnome/docs/faq.sgml
Normal file
118
en/gnome/docs/faq.sgml
Normal file
|
@ -0,0 +1,118 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD GNOME Project: FAQ">
|
||||
<!ENTITY email 'freebsd-gnome'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<h2>Contents</h2>
|
||||
<ol>
|
||||
<li> <a href="#q1">How do I get GNOME for FreeBSD?</a>
|
||||
<li> <a href="#q2">GNOME is failing to build from ports. What do I do?</a>
|
||||
<li> <a href="#q3">I installed GNOME, but I'm missing application foo. What gives?</a>
|
||||
<li> <a href="#q4">What's the best way to upgrade GNOME?</a>
|
||||
</ol>
|
||||
<h2>Full Text </h2>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD WIDTH="10">
|
||||
<font><a name="q1"> 1.</a></font>
|
||||
</TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
|
||||
<B>How do I get GNOME for FreeBSD?</B>
|
||||
</TD>
|
||||
</tr>
|
||||
<tr>
|
||||
<TD WIDTH="10"> <br> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
|
||||
<P>There are two ways to install GNOME on FreeBSD. One way is to use
|
||||
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/packages-using.html">packages</a>, and the other way is to use <a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html">ports</a>.</P>
|
||||
|
||||
<P>To install GNOME from packages, use the command:</P>
|
||||
|
||||
<TT># pkg_add -r gnome</TT>
|
||||
|
||||
<P>This will download the latest GNOME packages from the FreeBSD FTP
|
||||
site, and proceed to intall them on your system. <B>Note:</B> As of
|
||||
4.4-STABLE, installing GNOME from packages is broken. You should
|
||||
instead use the ports method below.</P>
|
||||
|
||||
<P>To build and install GNOME from ports, you should first
|
||||
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">cvsup</a> the latest ports tree. Then:</P>
|
||||
|
||||
<PRE>
|
||||
# cd /usr/ports/x11/gnome
|
||||
# make all install clean
|
||||
</PRE>
|
||||
|
||||
<P>Building from ports is the preferred method for installing GNOME
|
||||
on FreeBSD.</P>
|
||||
|
||||
<P>After GNOME is installed, you should edit <tt>/etc/make.conf</tt>,
|
||||
and add the following lines. If <tt>/etc/make.conf</tt> does not
|
||||
exist, create the file, then add the following lines:</P>
|
||||
|
||||
<PRE>
|
||||
WITH_GTK=yes
|
||||
WITH_ESOUND=yes
|
||||
WITH_GNOME=yes
|
||||
</PRE>
|
||||
|
||||
<P>This last step is optional, but these lines enable other ports,
|
||||
such as XMMS, to take advantage of the GNOME installation.</P>
|
||||
</TD>
|
||||
</tr>
|
||||
<tr>
|
||||
<TD WIDTH="10"><br></td>
|
||||
</tr>
|
||||
<tr><td colspan="4"><br></td></tr>
|
||||
<tr>
|
||||
<TD WIDTH="10">
|
||||
<FONT><a name="q2"> 2.</a></font></TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
|
||||
<B>GNOME is failing to build from ports. What do I do?</B>
|
||||
</TD>
|
||||
</tr>
|
||||
<tr>
|
||||
<TD WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" colspan="3">
|
||||
<P>The majority of GNOME compilation problems can be solved by making
|
||||
sure all the necessary GNOME components are up-to-date. All GNOME
|
||||
applications require the following core components to build:</P>
|
||||
|
||||
<PRE>
|
||||
pkg-config
|
||||
Glib
|
||||
gettext
|
||||
Gtk+
|
||||
ORBit
|
||||
Imlib
|
||||
esound
|
||||
gnomelibs
|
||||
gnomecore
|
||||
</PRE>
|
||||
|
||||
<P>Verify all those components are up-to-date, then try building
|
||||
GNOME or your GNOME application again. If you're trying to build
|
||||
one of those core components, and it is failing, or if, after updating
|
||||
all your components, you still have trouble; please send email
|
||||
to <a href="mailto:&email;@FreeBSD.ORG">&email;@FreeBSD.ORG</a> with
|
||||
the output of the failed compilation.</P>
|
||||
</TD>
|
||||
</tr>
|
||||
<tr>
|
||||
<TD WIDTH="10"><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in a new issue