We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac1f4a commit d6391c3Copy full SHA for d6391c3
1 file changed
README.md
@@ -6,13 +6,18 @@
6
7
## How to compile
8
9
-クロスプラットフォームのために、Qt5 (https://www.qt.io/jp) を使用している。まずQtをインストール (https://download.qt.io/official_releases/qt/) してから、下記コマンドにてコンパイルする。
+クロスプラットフォームのために、Qt5 (https://www.qt.io/jp) を使用している。まずQt5をインストール (https://download.qt.io/official_releases/qt/) してから、下記コマンドにてコンパイルする。
10
11
```
12
qmake
13
make # or gmake, nmake
14
15
16
+### 動作確認済の、Qtバージョン
17
+ * Windows Qt5.12.12
18
+ * Mac Qt5.12.12
19
+
20
21
## Deploy
22
23
### for Windows
0 commit comments