mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
update docs
This commit is contained in:
parent
b34c2a0756
commit
5329dda284
@ -1,12 +1,12 @@
|
||||
# 在 windows 下使用 gcc 编译 AWTK
|
||||
|
||||
在 windows 下,如果不想使用 Visual C++编译,也可以使用 gcc 编译。
|
||||
在 windows 下,如果不想使用 Visual C++编译,也可以使用 gcc 编译。具体方法如下:
|
||||
|
||||
* 根据实际情况下载不同的版本的 [mingw](https://github.com/niXman/mingw-builds-binaries/releases)
|
||||
* 1.根据实际情况下载不同的版本的 [mingw](https://github.com/niXman/mingw-builds-binaries/releases)
|
||||
|
||||
解压后将 路径 ${实际目录}/mingw64/bin 添加到系统环境变量PATH中。
|
||||
* 2.解压后将 路径 ${实际目录}/mingw64/bin 添加到系统环境变量 PATH 中。
|
||||
|
||||
* 修改 awtk_config_common.py,放开注释掉的 TOOLS_NAME。
|
||||
* 3.修改 awtk_config_common.py,放开注释掉的 TOOLS_NAME。
|
||||
|
||||
```
|
||||
TOOLS_NAME = 'mingw'
|
||||
|
Loading…
Reference in New Issue
Block a user