Skip to content

Commit

Permalink
Add: 依存ライブラリライセンス (#279)
Browse files Browse the repository at this point in the history
* Add: 依存ライブラリライセンス

* Update README.md

Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
tarepan and Hiroshiba authored Jan 8, 2022
1 parent ac1721e commit 73e3287
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,9 @@ python -m nuitka \
run.py
```

## 依存関係の更新について
## 依存関係

### 更新

pip-tools を用いて依存ライブラリのバージョンを固定しています。
`requirements*.in`ファイルを修正後、以下のコマンドで更新できます。
Expand All @@ -310,6 +312,15 @@ pip-compile requirements-dev.in
pip-compile requirements-test.in
```

### ライセンス

依存ライブラリは「コアビルド時にリンクして一体化しても、コア部のコード非公開OK」なライセンスを持つ必要があります。
主要ライセンスの可否は以下の通りです。

- MIT/Apache/BSD-3: OK
- LGPL: OK (コアと動的分離されているため)
- GPL: NG (全関連コードの公開が必要なため)

## ユーザー辞書の更新について

以下のコマンドでopenjtalkのユーザー辞書をコンパイルできます。
Expand Down

0 comments on commit 73e3287

Please sign in to comment.