Direct reader to install packages first.

Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D9174
This commit is contained in:
Sevan Janiyan 2017-01-15 02:54:36 +00:00
parent 5359736db7
commit bc86e5568c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49854

View file

@ -178,8 +178,11 @@
<application>Firefox</application> does not include &java;
support. However, <package>java/icedtea-web</package>
provides a free software web browser plugin for running Java
applets. It can be installed as a package. To alternately
compile the port:</para>
applets. It can be installed as a package by running:</para>
<screen>&prompt.root; <userinput>pkg install icedtea-web</userinput></screen>
<para>Alternatively, to compile from the Ports Collection:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/java/icedtea-web</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>
@ -348,7 +351,11 @@
many modern browsers including Chromium. To use WebKit with
<application>Konqueror</application> on &os;, install the
<package>www/kwebkitpart</package> package
or port. This example compiles the port:</para>
or port. This example installs the package:</para>
<screen>&prompt.root; <userinput>pkg install kwebkitpart</userinput></screen>
<para>To install from the Ports Colloction:</para>
<screen>&prompt.root; <userinput>cd /usr/ports/www/kwebkitpart</userinput>
&prompt.root; <userinput>make install clean</userinput></screen>