forked from xxq250/Nasal-Interpreter
🐛 fix compilation error
in windows mingw-w64 win32 thread model, but we do not suggest you to use this, please use posix thread model
This commit is contained in:
@@ -65,6 +65,8 @@ __注意__: 如果你想直接下载发行版提供的zip/tar.gz压缩包来构
|
||||
|
||||
`Windows` 平台(`MinGW-w64`):
|
||||
|
||||
一定要确保您的 MinGW thread model 是 `posix thread model`, 否则可能存在没有 thread 库的问题。
|
||||
|
||||
> mingw32-make nasal.exe
|
||||
|
||||
你也可以在`Visual Studio`中用这种方式来创建项目:[__点击跳转__](../doc/vs.md)。
|
||||
|
||||
Reference in New Issue
Block a user