aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-13 15:07:10 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-13 15:07:10 +0100
commit1562c2e8ef10e25973317c790c2779e9d595e5f1 (patch)
tree934fc78bfc9c76d630b586955b60aed00872371d /README.md
parent58deba64173679253e72495451853a668baf2452 (diff)
parentd637559e9a4c1d416c88109d66b76c3465dbf4c1 (diff)
downloadnissy-core-1562c2e8ef10e25973317c790c2779e9d595e5f1.tar.gz
nissy-core-1562c2e8ef10e25973317c790c2779e9d595e5f1.zip
Merge branch 'master' of tronto.net:nissy-core
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