📝 add doc about how to build on windows

This commit is contained in:
ValKmjolnir
2024-12-26 23:19:34 +08:00
parent 985dee8001
commit 260f0cb5a3
5 changed files with 48 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ Make sure thread model is `posix thread model`, otherwise no thread library exis
### __Windows (Visual Studio)__
There is a [__CMakelists.txt__](./CMakeLists.txt) to create project.
There is a [__CMakelists.txt__](./CMakeLists.txt) to create project. Recently we find how to build it with command line tools: [__Build Nasal-Interpreter on Windows]__(./doc/windows-build.md).
### __Linux / macOS / Unix__