Update Browsers section to Firefox 5.x, also update OpenJDK 6
installation.
This commit is contained in:
parent
32de81b1ff
commit
5cb6a3ff5a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37477
1 changed files with 12 additions and 5 deletions
|
@ -181,7 +181,7 @@
|
|||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
|
||||
|
||||
<para>This will install <application>Firefox</application> 4.0,
|
||||
<para>This will install <application>Firefox</application> 5.0,
|
||||
if you want to run <application>Firefox</application> 3.6,
|
||||
use instead:</para>
|
||||
|
||||
|
@ -280,19 +280,26 @@
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<title>For Firefox 3.6 and 4.0</title>
|
||||
<title>For Firefox 3.6 and 5.0</title>
|
||||
|
||||
<para>Install <application>OpenJDK 6</application>
|
||||
through the Ports Collection by typing:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/java/openjdk6</userinput>
|
||||
&prompt.root; <userinput>make config install clean</userinput></screen>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Make sure you have selected the WEB option.</para>
|
||||
<para>Then install the <filename
|
||||
role="package">java/icedtea-web</filename> port:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/java/icedtea-web</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Make sure you have kept the default configuration options
|
||||
for both ports.</para>
|
||||
|
||||
<para>Each user will have to run the following command:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>ln -s /usr/local/openjdk6/jre/lib/IcedTeaPlugin.so \
|
||||
<screen>&prompt.user; <userinput>ln -s /usr/local/lib/IcedTeaPlugin.so \
|
||||
$HOME/.mozilla/plugins/</userinput></screen>
|
||||
|
||||
<para>Start your browser, enter <literal>about:plugins</literal>
|
||||
|
|
Loading…
Reference in a new issue