mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
📝 update docks
This commit is contained in:
13
README.md
13
README.md
@@ -59,7 +59,6 @@ the interpreter a useful tool in your own projects.
|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||

|
||||
@@ -68,19 +67,17 @@ Better download the latest update source of the interpreter and build it! It's q
|
||||
|
||||
__CAUTION__: If want to use the release zip/tar.gz file to build the interpreter, please read the [__Release Notes__](./doc/dev.md#release-notes) to make sure this release file has no fatal bugs.
|
||||
|
||||
Use g++(`MinGW-w64`) or MSVC(`Visual Studio`) on `Windows` .
|
||||
|
||||
Use g++/clang++ on `Linux/macOS/Unix` platform (we suggest `clang`).
|
||||
|
||||
On `Windows (MinGW-w64)`:
|
||||
### __`Windows (MinGW-w64)`__
|
||||
|
||||
Make sure your MinGW thread model is `posix thread model`, otherwise it may not have the thread library.
|
||||
|
||||
> mingw32-make nasal.exe
|
||||
|
||||
You could create project in `Visual Studio` by this way: [__Click__](./doc/vs.md).
|
||||
### __`Windows (Visual Studio)`__
|
||||
|
||||
On `Linux/macOS/Unix`:
|
||||
This project gives a [__CMakelists.txt__](./CMakeLists.txt) for you to create project in `Visual Studio`.
|
||||
|
||||
### __`Linux/macOS/Unix`__
|
||||
|
||||
> make nasal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user