From 5359736db7a527d466adad23e8086c716960944e Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sun, 15 Jan 2017 02:53:10 +0000 Subject: [PATCH] Direct reader to install packages first. Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D9173 --- .../books/handbook/x11/chapter.xml | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml index a6089c68c2..dca73e6550 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml @@ -240,19 +240,19 @@ On &os;, &xorg; can be installed as a package or port. + The binary package can be installed quickly but with + fewer options for customization: + + &prompt.root; pkg install xorg + To build and install from the Ports Collection: &prompt.root; cd /usr/ports/x11/xorg &prompt.root; make install clean - The binary package can be installed more quickly but with - fewer options for customization: - - &prompt.root; pkg install xorg - Either of these installations results in the complete - &xorg; system being installed. This - is the best option for most users. + &xorg; system being installed. Binary packages + are the best option for most users. A smaller version of the X system suitable for experienced users is available in x11/xorg-minimal. Most @@ -931,8 +931,13 @@ EndSection on this, see the &man.X.7; manual page or . - To install the above Type1 font collections from the Ports - Collection, run the following commands: + To install the above Type1 font collections from binary packages, + run the following commands: + + &prompt.root; pkg install urwfonts + + Alternatively, to build from the Ports Collection, run the following + commands: &prompt.root; cd /usr/ports/x11-fonts/urwfonts &prompt.root; make install clean