Add, in an explicit way, how to install XFree86 4.X from the ports.

Now all ways (ports, pkg and systinstall) are described, this should stop
the questions on that subject :)
This commit is contained in:
Marc Fonvieille 2002-08-14 12:54:35 +00:00
parent 36191ca0fa
commit 8ebb53bfad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13862

View file

@ -295,6 +295,13 @@
<screen>&prompt.root; <userinput>pkg_add -r XFree86</userinput></screen>
<para>You can also use the ports collection to install
<application>XFree86 4.X</application>, for that you simply need
to type the following commands:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/x11/XFree86-4</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
<para>The rest of this chapter will explain how to configure
<application>XFree86</application>, and how to setup a productive desktop environment.</para>