Merge the following from the English version:
1.104 -> 1.105 doc/ja_JP.eucJP/books/handbook/desktop/chapter.sgml
This commit is contained in:
parent
344af5993c
commit
361c4264eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37121
1 changed files with 12 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.104
|
||||
Original revision: 1.105
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -196,9 +196,14 @@
|
|||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox</userinput></screen>
|
||||
|
||||
<para>上の例では、<application>Firefox</application> 3.6
|
||||
<para>上の例では、<application>Firefox</application> 4.0
|
||||
がインストールされます。
|
||||
<application>Firefox</application> 3.5 を利用したい場合には、
|
||||
<application>Firefox</application> 3.6 を利用したい場合には、
|
||||
かわりに以下のように入力してください。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox36</userinput></screen>
|
||||
|
||||
<para><application>Firefox</application> 3.5 を利用したい場合には、
|
||||
かわりに以下のように入力してください。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pkg_add -r firefox35</userinput></screen>
|
||||
|
@ -209,8 +214,10 @@
|
|||
<screen>&prompt.root; <userinput>cd /usr/ports/www/firefox</userinput>
|
||||
&prompt.root; <userinput>make install clean</userinput></screen>
|
||||
|
||||
<para><application>Firefox</application> 3.5 を利用する場合は、
|
||||
<para><application>Firefox</application> 3.6 を利用する場合は、
|
||||
上のコマンドの <literal>firefox</literal> を
|
||||
<literal>firefox36</literal> に置き換え、
|
||||
<application>Firefox</application> 3.5 を利用する場合には、
|
||||
<literal>firefox35</literal> に置き換えてください。</para>
|
||||
</sect2>
|
||||
|
||||
|
@ -291,7 +298,7 @@
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<title>Firefox 3.6</title>
|
||||
<title>Firefox 3.6 および 4.0</title>
|
||||
|
||||
<para>以下のように入力して、Ports Collection から
|
||||
<application>OpenJDK 6</application> をインストールしてください。</para>
|
||||
|
|
Loading…
Reference in a new issue