From 61c844189d1bf6ff1abd0e488c885a7d21ab5d01 Mon Sep 17 00:00:00 2001 From: oh taejun Date: Mon, 13 Jun 2022 08:59:34 +0900 Subject: [PATCH] update: japanese translate, add link, img, how to build(pynput), content --- README-JP.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README-JP.md b/README-JP.md index 80cc04329..55c727675 100644 --- a/README-JP.md +++ b/README-JP.md @@ -5,18 +5,23 @@ DockerStructureSnapshot
- [中文] | [Español] | [فارسی] | [Français] | [Deutsch] | [Polski] | [Suomi] | [മലയാളം] | [日本語] | [Nederlands] | [Italiano] | [Русский] | [Português (Brasil)] | [Esperanto] | [한국어]
+ [中文] | [Español] | [فارسی] | [Français] | [Deutsch] | [Polski] | [Indonesian] | [Suomi] | [മലയാളം] | [日本語] | [Nederlands] | [Italiano] | [Русский] | [Português (Brasil)] | [Esperanto] | [한국어]
このREADMEをあなたの母国語に翻訳するために、あなたの助けが必要です。

-Chat with us: [Discord](https://discord.gg/nDceKgxnkV) | [Reddit](https://www.reddit.com/r/rustdesk) +Chat with us: [Discord](https://discord.gg/nDceKgxnkV) | [Twitter](https://twitter.com/rustdesk) | [Reddit](https://www.reddit.com/r/rustdesk) + [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I2I04VU09) Rustで書かれた、設定不要ですぐに使えるリモートデスクトップソフトウェアです。自分のデータを完全にコントロールでき、セキュリティの心配もありません。私たちのランデブー/リレーサーバを使うことも、[自分で設定する](https://rustdesk.com/server) ことも、 [自分でランデブー/リレーサーバを書くこともできます。](https://github.com/rustdesk/rustdesk-server-demo). +![image](https://user-images.githubusercontent.com/71636191/171661982-430285f0-2e12-4b1d-9957-4a58e375304d.png) + RustDeskは誰からの貢献も歓迎します。 貢献するには [`CONTRIBUTING.md`](CONTRIBUTING.md) を参照してください。 +[**RustDeskはどの様に動くのか?**](https://github.com/rustdesk/rustdesk/wiki/How-does-RustDesk-work%3F) + [**BINARY DOWNLOAD**](https://github.com/rustdesk/rustdesk/releases) ## 無料のパブリックサーバー @@ -47,6 +52,10 @@ RustDeskは誰からの貢献も歓迎します。 貢献するには [`CONTRIBU - run `cargo run` + + +## [Build](https://rustdesk.com/docs/en/dev/build/) + ## Linuxでのビルド手順 ### Ubuntu 18 (Debian 10) @@ -67,6 +76,12 @@ sudo yum -y install gcc-c++ git curl wget nasm yasm gcc gtk3-devel clang libxcb- sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-config clang gtk3 xdotool libxcb libxfixes alsa-lib pulseaudio ``` +### Install pynput package + +```sh +pip3 install pynput +``` + ### Install vcpkg ```sh