Merge the following from the English version:
1.129 -> 1.130 doc/ja_JP.eucJP/books/handbook/desktop/chapter.sgml
This commit is contained in:
parent
b0bdc50efc
commit
5af3dd7e17
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38791
1 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.129
|
||||
Original revision: 1.130
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -204,12 +204,13 @@
|
|||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
|
||||
|
||||
<para>上の例では、<application>Firefox</application> 10.0
|
||||
がインストールされます。
|
||||
<application>Firefox</application> 3.6 を利用したい場合には、
|
||||
<para>上の例では、<application>Firefox</application>
|
||||
の最新版がインストールされます。
|
||||
<application>Firefox</application> 延長サポート版
|
||||
(ESR: Extended Support Release) を利用したい場合には、
|
||||
かわりに以下のように入力してください。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox36</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox-esr</userinput></screen>
|
||||
|
||||
<para>ソースコードからコンパイルする方が好きなら、Ports Collection
|
||||
を使って以下のようにインストールすることもできます。</para>
|
||||
|
@ -217,9 +218,9 @@
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para><application>Firefox</application> 3.6 を利用する場合は、
|
||||
<para><application>Firefox</application> ESR を利用する場合は、
|
||||
上のコマンドの <literal>firefox</literal> を
|
||||
<literal>firefox36</literal> に置き換えてください。</para>
|
||||
<literal>firefox-esr</literal> に置き換えてください。</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="moz-java-plugin">
|
||||
|
|
Loading…
Reference in a new issue