Module: wine Branch: master Commit: fef92bacc5967c1a45d7bae98af364a5df47981b URL: https://source.winehq.org/git/wine.git/?a=commit;h=fef92bacc5967c1a45d7bae98...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Sun Oct 11 23:52:19 2020 +0900
documentation: Update Japanese translation.
Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
documentation/README.ja | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/documentation/README.ja b/documentation/README.ja index 9b44353306..57b35de991 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%E3%81%A7%E8%A6%8B%E3%81%A4%E3%81%8B%E3%82%8B%E8%B1%8A...