Mention that the pthread ports may cause problems compiling GNOME.

Add a question on anti-aliased fonts.
This commit is contained in:
Maxim Sobolev 2002-02-03 09:10:31 +00:00
parent 698a29f040
commit b1fbf43b72
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12069

View file

@ -27,6 +27,7 @@
panel?</a>
<li> <a href="#q9">Why is GNOME so huge, slow and basically
useless?</a>
<li> <a href="#q10">Does GNOME support anti-aliased fonts?</a>
</ol>
<h2>Full Text </h2>
<table border="0" cellspacing="0" cellpadding="2">
@ -137,6 +138,11 @@ options _KPOSIX_PRIORITY_SCHEDULING
please send email to <a href="mailto:&email;@FreeBSD.ORG">
&email;@FreeBSD.ORG</a> with the output of the failed compilation.
</p>
<p>Ports such as <tt>devel/pth</tt> and <tt>devel/ngpt</tt> can
also cause pthread-related problems when compiling GNOME. If you
do not need these ports installed, it is recommended you remove them.
</p>
</td>
</tr>
<tr><td><br></td></tr>
@ -372,6 +378,31 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.
</td>
</tr>
<tr><td><br></td></tr>
<!-- Q10 -->
<tr>
<td width="10">
<b><a name="q10"> 10.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>Does GNOME support anti-aliased fonts?</b>
</td>
</tr>
<!-- A10 -->
<tr>
<td width="10"><br></td>
<td align="left" valign="top" colspan="3">
<p>Yes! There are two things you'll need to accomplish this,
however. First, you'll need to be running XFree86 4.0 or higher
(4.1 or higher is recommended). Then, you'll need the
<tt>x11/gdkxft</tt> port. That's it! You don't need to recompile
any of your GNOME applications.</p>
<p>If you run into problems, have a look at the
<a href="http://gdkxft.sourceforge.net/">gdkxft website</a> or
send email to <a href="mailto:&email;@FreeBSD.ORG">
&email;@FreeBSD.ORG</a>.</p>
</td>
</tr>
<tr><td><br></td></tr>
</table>
</td>