Module: wine Branch: stable Commit: f210feacdef0e64de059fab34b2b6e61f8286f9d URL: https://source.winehq.org/git/wine.git/?a=commit;h=f210feacdef0e64de059fab34... Author: Akihiro Sagawa <sagawa.aki(a)gmail.com> Date: Sun Oct 11 23:52:19 2020 +0900 documentation: Update Japanese translation. Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit fef92bacc5967c1a45d7bae98af364a5df47981b) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- documentation/README.ja | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/README.ja b/documentation/README.ja index 9b44353306a..57b35de9915 100644 --- a/documentation/README.ja +++ b/documentation/README.ja @@ -19,6 +19,14 @@ READMEというファイル]を含むディレクトリ)から、以下を実 ./configure make +それから次のいずれか、Wineをインストールするか: + +make install + +または、Wineをビルドディレクトリから直接実行してください: + +./wine notepad + "wine program"のようにプログラムを実行してください。更なる情報や 問題解決については、このファイルの残りの部分、Wineのmanページや、 特にhttps://www.winehq.orgで見つかる豊富な情報を読んでください。