aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md24
1 files changed, 17 insertions, 7 deletions
diff --git a/README.md b/README.md
index 3455ccd..7e206a1 100644
--- a/README.md
+++ b/README.md
@@ -48,15 +48,25 @@ the "C++ development" pack, as well as the "clang" and "Windows SDK 11"
48components. It is advised to use "x64 Native Tools Command Prompt for 48components. It is advised to use "x64 Native Tools Command Prompt for
49VS 2022" instead of a regular command prompt to run the build script. 49VS 2022" instead of a regular command prompt to run the build script.
50 50
51The `build.bat` script is going to build: 51The `build.bat` script has the same syntax as the `build.sh` script,
52but not all options are available. For example
52 53
53* The core nissy library 54```
54* The shell `run.exe` (see below) 55> build.bat shell
55* The Python module (see below) 56```
57
58can be used to build the basic shell, while
59
60```
61> build.bat test
62```
63
64Builds and runs the unit tests. See `build.bat help` for a list of
65all available options.
56 66
57All other options are unavailable. Moreover, Windows build will not 67Not: At the moment certain optimizations, such as multithreading and
58enable certain optimizations, such as multithreading and advanced CPU 68advanced CPU instructions, are not supported on Windows.
59instructions. Work is ongoing to improve Windows support. 69Work is ongoing to improve Windows support.
60 70
61## Running tests 71## Running tests
62 72

Generated with cgit - Back to sebastiano.tronto.net