commit b9fafceb98e297f82a54709f2bbe0c8c14de61a3 parent 2a38070d44ed01753c51067bbd7f007e4b74bd6b Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Tue, 12 Aug 2025 15:58:15 +0200 Added installation instructions for clang on windows Diffstat:
M | README.md | | | 12 | ++++++++++-- |
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git 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 ### Windows -It is possible to build this project on Windows using `build.bat`. This script -is going to build: +It is possible to build this project on Windows using `build.bat`. The +[Clang](https://clang.llvm.org/) compiler must be installed, and the +command prompt must be correctly configured to run it. + +We suggest installing Clang via the Visual Studio Istaller, selecting +the "C++ development" pack, as well as the "clang" and "Windows SDK 11" +components. It is advised to use "x64 Native Tools Command Prompt for +VS 2022" instead of a regular command prompt to run the build script. + +The `build.bat` script is going to build: * The core nissy library * The shell `run.exe` (see below)