Skip to content

Commit 379f6e8

Browse files
updated docs.
1 parent 8ca1329 commit 379f6e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ch/user-guide/introduction/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ page_id: "010.010"
1414

1515
为了使用Treefrog框架开发网页应用, 必须有一个适合在上述执行环境运行的C++开发工具. 当前, 开发可以使用g++编译器来make和编辑命令.
1616

17-
Windows可使用MinGW. 使用Qt Creator也是个不错的主意. 我现在正在等待更多的信息, 不过应该也可以使用Visual Studio和Eclipse(虽然我还没有去尝试).
17+
Visual Studio可用于Windows,但不支持MinGW. 使用Qt Creator IDE也是一个好主意.
1818

1919
在macOS上, 如果你安装了Xcode, 各种命令如编译器就已经安装好了. 对于Linux, 我建议安装发布的安装包.
2020

docs/en/user-guide/introduction/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ page_id: "010.010"
1414

1515
In order to develop a Web application in TreeFrog Framework, you must have C++ development tools appropriate to the execution environment as lsited above. For the time being, development is possible using the g++ compiler to make and edit commands.
1616

17-
Visual Studio or MinGW is available for Windows. Using the Qt Creator IDE is also a good idea.
17+
Visual Studio is available for Windows but MinGW is not supported. Using the Qt Creator IDE is also a good idea.
1818

1919
On maxOS, if you install Xcode, various commands such as a compiler are installed. For Linux, I recommend installing the packages that are provided with the distribution.
2020

docs/ja/user-guide/introduction/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ page_id: "010.010"
1414

1515
TreeFrog Framework で Webアプリを開発するには、上記の実行環境の他に一般的なC++開発ツールが必要です。コンパイラ(g++)、make コマンド、エディタがあれば、ひとまず開発は可能です。
1616

17-
Windows の場合は VisualStudio か MinGW が必要です。IDEである Qt Creator でも良いでしょう。
17+
Windows の場合は VisualStudio が必要です。MinGWには対応していません。IDEである Qt Creator でも良いでしょう。
1818

1919
macOS では、Xcode をインストールすれば、コンパイラなど各種コマンドがインストールされます。
2020
Linux の場合、ディストリビューションで用意されているパッケージをインストールします。

0 commit comments

Comments
 (0)