mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-27 05:18:46 +08:00
📝 update docs
This commit is contained in:
@@ -81,6 +81,7 @@ Download the latest source of the interpreter and build it! It's quite easy to b
|
||||
|
||||
Make sure thread model is `posix thread model`, otherwise no thread library exists.
|
||||
|
||||
> mkdir build;
|
||||
> mingw32-make nasal.exe -j4
|
||||
|
||||
### __Windows (Visual Studio)__
|
||||
|
||||
@@ -75,6 +75,7 @@ Windows 平台的预览版解释器现在还没配置相关流水线,
|
||||
|
||||
确保 thread model 是 `posix thread model`, 否则没有 thread 库。
|
||||
|
||||
> mkdir build;
|
||||
> mingw32-make nasal.exe -j4
|
||||
|
||||
### __Windows 平台 (Vistual Studio)__
|
||||
|
||||
Reference in New Issue
Block a user