aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index a3c9347..3455ccd 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,16 @@ is going to configure `nissy` to use at most 3 threads, and build it with
39 39
40### Windows 40### Windows
41 41
42It is possible to build this project on Windows using `build.bat`. This script 42It is possible to build this project on Windows using `build.bat`. The
43is going to build: 43[Clang](https://clang.llvm.org/) compiler must be installed, and the
44command prompt must be correctly configured to run it.
45
46We suggest installing Clang via the Visual Studio Istaller, selecting
47the "C++ development" pack, as well as the "clang" and "Windows SDK 11"
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.
50
51The `build.bat` script is going to build:
44 52
45* The core nissy library 53* The core nissy library
46* The shell `run.exe` (see below) 54* The shell `run.exe` (see below)

Generated with cgit - Back to sebastiano.tronto.net