Some additional info & improve format

This commit is contained in:
cutls 2019-01-26 23:26:56 +09:00
parent fa3b3e0800
commit 77ad2bd200

View File

@ -1,6 +1,5 @@
# TheDesk
Mastodon/Misskey client for PC(Windows/Linux/macOS)
オープンソースSNSマストドン/MisskeyのWindows/Linuxクライアント
Download:[TheDesk](https://thedesk.top)
@ -15,13 +14,12 @@ Contact me(bug report...):GitHub Issues, mention to [Cutls@kirishima.cloud](http
The icon is provided under [Creative Commons BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/)/アイコンは[クリエイティブ・コモンズ 表示-非営利-継承](https://creativecommons.org/licenses/by-nc-sa/4.0/)で提供されています。
[Press Kit](https://dl.thedesk.top/press/TheDesk+PressKit.zip)
* [PNG](https://dl.thedesk.top/press/TheDesk.png)
* [Monotone SVG](https://dl.thedesk.top/press/TheDesk.svg)
* [ico](https://dl.thedesk.top/press/TheDesk.ico)
* [icns](https://dl.thedesk.top/press/TheDesk.icns)
## Terms of Use/利用規約
* [利用規約(Terms of Use(ja))](https://thedesk.top/tos.html)
@ -29,38 +27,40 @@ The icon is provided under [Creative Commons BY-NC-SA](https://creativecommons.o
## Language/言語
- 日本語(Japanese)
- English(英語)
* 日本語(Japanese)
* English(英語)
### Translation/翻訳
Crowdin project is available! Visit: https://crowdin.com/project/thedesk
Crowdin project is available! Visit: https://translate.thedesk.top
Crowdinから翻訳に参加してみませんか: https://crowdin.com/project/thedesk
Crowdinから翻訳に参加してみませんか: https://translate.thedesk.top
## Requirement/環境
- Electron 3.0.10(install yourself)
- electron-dl(in package.json)
- Jimp(in package.json)
- font-manager(in package.json)
- Python 2.x(install yourself)
- VisualC++(Windows)(install yourself)
- itunes-nowplaying-mac(for macOS)(in package.json)
- node-notifier(in package.json)
- sumchecker(in package.json)
- Ability to read unformated files!(install yourself)
* Electron 3.0.10(install yourself)
* electron-dl(in package.json)
* Jimp(in package.json)
* font-manager(in package.json)
* Python 2.x(install yourself)
* VisualC++(Windows)(install yourself)
* itunes-nowplaying-mac(for macOS)(in package.json)
* nowplaying-node(for Windows)(in package.json)
* Python 2.x(install yourself)
* VisualC++(Windows)(install yourself)
* node-notifier(in package.json)
* sumchecker(in package.json)
* Ability to read unformated files!(install yourself)
## Contributors/コントリビューター
macOSビルダー
- [とねぢ](https://minohdon.jp/@toneji)
* [とねぢ](https://minohdon.jp/@toneji)
Linuxビルダー
- [ぽぷんじゃ](https://popon.pptdn.jp/@popn_ja)
* [ぽぷんじゃ](https://popon.pptdn.jp/@popn_ja)
## Build/ビルド
@ -70,7 +70,7 @@ Misskey(misskey.xyz)のトークンは含まれておりません。
`npm install electron -g`
`cd TheDesk/app`
`npm install`
`npm install --save-dev electron-rebuild`
`npm install --save-dev electron-rebuild`
Linux/macOS
`./node_modules/.bin/electron-rebuild`
@ -84,6 +84,7 @@ WindowsでPython 2.xやVisualC++を一発でインストールできるツール
日本語話者向けですが、macOSビルドにはXCodeが要るとの情報があります。([とねぢ](https://minohdon.jp/@toneji)氏談)
### electron-packager
Windows
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --win32metadata.CompanyName="TheDesk&Cutls.com" --win32metadata.FileDescription="TheDesk" --win32metadata.OriginalFilename="TheDesk" --win32metadata.InternalName="TheDesk" --win32metadata.ProductName="TheDesk" --platform=win32 --arch=all --electron-version=3.0.10 --icon=.\app\thedesk.ico --overwrite`
Linux
@ -92,11 +93,9 @@ macOS
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=darwin --arch=all --electron-version=3.0.10 --icon=./app/icon.icns --overwrite`
### electron-builder
Windows and Linux(untested) config is all on package.json
Windows,Linux(未テスト)用のビルド設定はすべてpackage.jsonに記載しています。
To build TheDesk for Linux and macOS, edit package.json
macOS版をビルドするためにはpackage.jsonを編集してください。
Config is all on package.json
ビルド設定はすべてpackage.jsonに記載しています。
## See also/詳しく