Merge the following from the English version:
1.88 -> 1.89 handbook/desktop/chapter.sgml Submitted by: Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org> References: [doc-jp-work 1999]
This commit is contained in:
parent
bc26d1af46
commit
ac1d4cf676
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34645
1 changed files with 48 additions and 16 deletions
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.88
|
||||
Original revision: 1.89
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -263,23 +263,55 @@
|
|||
この wrapper は、&adobe; &acrobat; プラグインや
|
||||
&realplayer プラグインなどにも対応しています。</para>
|
||||
|
||||
<warning>
|
||||
<para>以下では最近の -STABLE ブランチである &os; 7.1-RELEASE 以降に、
|
||||
&flash; 9.X をインストールする方法について説明します。
|
||||
古い &os; を使っている場合や問題に遭遇した場合には、
|
||||
かわりに <filename role="package">www/linux-flashplugin7</filename>
|
||||
をインストールし、
|
||||
以下の &man.linprocfs.5; に関する説明は飛ばしてください。</para>
|
||||
</warning>
|
||||
<para>使用している &os; のバージョンによって必要な作業は異なります。</para>
|
||||
|
||||
<para><filename role="package">www/nspluginwrapper</filename> port
|
||||
をインストールします。
|
||||
この port は、<filename role="package">emulators/linux_base-fc4</filename>
|
||||
という大きな port を必要とします。</para>
|
||||
<procedure>
|
||||
<step>
|
||||
<title>&os; 7.X</title>
|
||||
|
||||
<para>次に、<filename role="package">www/linux-flashplugin9</filename>
|
||||
port をインストールします。
|
||||
port をインストールしたら、各ユーザごとに <command>nspluginwrapper</command>
|
||||
<para><filename role="package">www/nspluginwrapper</filename> port
|
||||
をインストールします。
|
||||
この port は、<filename role="package">emulators/linux_base-fc4</filename>
|
||||
という大きな port を必要とします。</para>
|
||||
|
||||
<para>次に、<filename role="package">www/linux-flashplugin9</filename>
|
||||
port をインストールします。
|
||||
この port は、&os; 7.X において正常に動作する
|
||||
&flash; 9.X をインストールします。</para>
|
||||
|
||||
<note>
|
||||
<para>&os; 7.1-RELEASE より古い &os; を使っている場合は、
|
||||
かわりに <filename role="package">www/linux-flashplugin7</filename>
|
||||
をインストールし、
|
||||
以下の &man.linprocfs.5; に関する説明は飛ばしてください。</para>
|
||||
</note>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
<title>&os; 8.X</title>
|
||||
|
||||
<para><filename role="package">www/nspluginwrapper</filename> port
|
||||
をインストールします。
|
||||
この port は、<filename role="package">emulators/linux_base-f10</filename>
|
||||
という大きな port を必要とします。</para>
|
||||
|
||||
<para>次に、<filename role="package">www/linux-f10-flashplugin10</filename>
|
||||
port をインストールします。
|
||||
この port は、&os; 8.X において正常に動作する
|
||||
&flash; 10.X をインストールします。</para>
|
||||
|
||||
<para>このバージョンでは、以下のように
|
||||
シンボリックリンクを作成する必要があります。</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ln -s /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so \
|
||||
/usr/local/lib/browser_plugins/</userinput></screen>
|
||||
</step>
|
||||
</procedure>
|
||||
|
||||
<para>
|
||||
使用している &os; のバージョンに対して適切な
|
||||
&flash; port をインストールした後は、
|
||||
各ユーザごとに <command>nspluginwrapper</command>
|
||||
を使ってプラグインをインストールしてください。</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>nspluginwrapper -v -a -i</userinput></screen>
|
||||
|
|
Loading…
Reference in a new issue