How to install
This commit is contained in:
parent
205e1d3332
commit
0175038e77
45
README.md
45
README.md
|
@ -33,28 +33,22 @@ The icon is provided under [Creative Commons BY-NC-SA](https://creativecommons.o
|
||||||
|
|
||||||
### Translation/翻訳
|
### Translation/翻訳
|
||||||
|
|
||||||
Crowdin project was started! Visit: https://crowdin.com/project/thedesk
|
Crowdin project is available! Visit: https://crowdin.com/project/thedesk
|
||||||
|
|
||||||
Crowdinから翻訳に参加してみませんか?: https://crowdin.com/project/thedesk
|
Crowdinから翻訳に参加してみませんか?: https://crowdin.com/project/thedesk
|
||||||
|
|
||||||
## Component/構成
|
|
||||||
|
|
||||||
app:Raw files(you can download to modify or check)
|
|
||||||
|
|
||||||
app:そのままのファイル.ダウンロード→テスト用
|
|
||||||
|
|
||||||
desk.icns: If you build yourself on macOS, you can use this .icns file as icon.
|
|
||||||
desk.icns: macOS向けアイコン.セルフビルドにどうぞ.
|
|
||||||
|
|
||||||
## Requirement/環境
|
## Requirement/環境
|
||||||
|
|
||||||
- Electron 3.0.10
|
- Electron 3.0.10(install yourself)
|
||||||
- electron-dl
|
- electron-dl(in package.json)
|
||||||
- Jimp
|
- Jimp(in package.json)
|
||||||
- font-manager
|
- font-manager(in package.json)
|
||||||
- itunes-nowplaying-mac(for macOS)
|
- Python 2.x(install yourself)
|
||||||
- node-notifier
|
- VisualC++(Windows)(install yourself)
|
||||||
- Ability to read unformated files!
|
- itunes-nowplaying-mac(for macOS)(in package.json)
|
||||||
|
- node-notifier(in package.json)
|
||||||
|
- Ability to read unformated files!(install yourself)
|
||||||
|
|
||||||
|
|
||||||
## Contributors/コントリビューター
|
## Contributors/コントリビューター
|
||||||
|
|
||||||
|
@ -66,6 +60,22 @@ macOSビルダー
|
||||||
|
|
||||||
Misskey(misskey.xyz) application token is not in cutls/TheDesk
|
Misskey(misskey.xyz) application token is not in cutls/TheDesk
|
||||||
Misskey(misskey.xyz)のトークンは含まれておりません。
|
Misskey(misskey.xyz)のトークンは含まれておりません。
|
||||||
|
`git clone https://github.com/cutls/TheDesk`
|
||||||
|
`npm install electron -g`
|
||||||
|
`cd TheDesk/app`
|
||||||
|
`npm install`
|
||||||
|
`npm install --save-dev electron-rebuild`
|
||||||
|
|
||||||
|
Linux/macOS
|
||||||
|
`./node_modules/.bin/electron-rebuild`
|
||||||
|
Windows
|
||||||
|
`.\node_modules\.bin\electron-rebuild.cmd`
|
||||||
|
|
||||||
|
To install Python 2.x and Visual C++ for Windows, before running `npm install --save-dev electron-rebuild`
|
||||||
|
WindowsでPython 2.xやVisualC++を一発でインストールできるツールもあります(`npm install --save-dev electron-rebuild`の前に)
|
||||||
|
`npm install --global windows-build-tools`
|
||||||
|
|
||||||
|
日本語話者向けですが、macOSビルドにはXCodeが要るとの情報があります。([とねぢ](https://minohdon.jp/@toneji)氏談)
|
||||||
|
|
||||||
### electron-packager
|
### electron-packager
|
||||||
Windows
|
Windows
|
||||||
|
@ -81,6 +91,7 @@ Windows用のビルド設定はすべてpackage.jsonに記載しています。
|
||||||
|
|
||||||
To build TheDesk for Linux and macOS, edit package.json
|
To build TheDesk for Linux and macOS, edit package.json
|
||||||
Linux,macOS版をビルドするためにはpackage.jsonを編集してください。
|
Linux,macOS版をビルドするためにはpackage.jsonを編集してください。
|
||||||
|
|
||||||
## See also/詳しく
|
## See also/詳しく
|
||||||
|
|
||||||
[TheDesk - マストドン日本語ウィキ](https://ja.mstdn.wiki/TheDesk)
|
[TheDesk - マストドン日本語ウィキ](https://ja.mstdn.wiki/TheDesk)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user