MFen handbook/desktop 1.105 -> 1.106
Obtained from: the FreeBSD Dutch Documentation Project
This commit is contained in:
parent
c6317f6721
commit
7feba7128a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37479
1 changed files with 15 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
<!--
|
||||
The FreeBSD Dutch Documentation Project
|
||||
|
||||
$FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/desktop/chapter.sgml,v 1.27 2011/03/06 15:05:39 remko Exp $
|
||||
$FreeBSD$
|
||||
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/desktop/chapter.sgml
|
||||
%SRCID% 1.105
|
||||
%SRCID% 1.106
|
||||
-->
|
||||
|
||||
<chapter id="desktop">
|
||||
|
@ -207,7 +207,7 @@
|
|||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
|
||||
|
||||
<para>Dit zal <application>Firefox</application> 4.0 installeren,
|
||||
<para>Dit zal <application>Firefox</application> 5.0 installeren,
|
||||
als u in plaats hiervan <application>Firefox</application> 3.6
|
||||
wilt draaien, gebruik dan:</para>
|
||||
|
||||
|
@ -312,19 +312,26 @@
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<title>Voor Firefox 3.6 en 4.0</title>
|
||||
<title>Voor Firefox 3.6 en 5.0</title>
|
||||
|
||||
<para>Installeer <application>OpenJDK 6</application> vanuit
|
||||
de Ports Collectie door het volgende typen:</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>Zorg ervoor dat de WEB optie geselecteerd is.</para>
|
||||
<para>Installeer daarna de port <filename
|
||||
role="package">java/icedtea-web</filename>:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/java/icedtea-web</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para>Zorg ervoor dat de standaard configuratieopties voor beide ports
|
||||
zijn geselecteerd.</para>
|
||||
|
||||
<para>Elke gebruiker moet het volgende commando uitvoeren:</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 de browser en voer <literal>about:plugins</literal> in
|
||||
|
@ -850,7 +857,7 @@
|
|||
|
||||
<para>Als er geen pakket voor <application>LibreOffice</application>
|
||||
beschikbaar is, heeft u nog altijd de optie om de port te compileren.
|
||||
Denk er echter aan dat dit veel schijfruimte en redelijk veel
|
||||
Denk er echter aan dat dit veel schijfruimte en redelijk veel
|
||||
tijd kost.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cd /usr/ports/editors/libreoffice</userinput>
|
||||
|
|
Loading…
Reference in a new issue