diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-13 15:07:10 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-13 15:07:10 +0100 |
| commit | 1562c2e8ef10e25973317c790c2779e9d595e5f1 (patch) | |
| tree | 934fc78bfc9c76d630b586955b60aed00872371d /README.md | |
| parent | 58deba64173679253e72495451853a668baf2452 (diff) | |
| parent | d637559e9a4c1d416c88109d66b76c3465dbf4c1 (diff) | |
| download | nissy-core-1562c2e8ef10e25973317c790c2779e9d595e5f1.tar.gz nissy-core-1562c2e8ef10e25973317c790c2779e9d595e5f1.zip | |
Merge branch 'master' of tronto.net:nissy-core
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
| @@ -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 | ||
| 42 | It is possible to build this project on Windows using `build.bat`. This script | 42 | It is possible to build this project on Windows using `build.bat`. The |
| 43 | is going to build: | 43 | [Clang](https://clang.llvm.org/) compiler must be installed, and the |
| 44 | command prompt must be correctly configured to run it. | ||
| 45 | |||
| 46 | We suggest installing Clang via the Visual Studio Istaller, selecting | ||
| 47 | the "C++ development" pack, as well as the "clang" and "Windows SDK 11" | ||
| 48 | components. It is advised to use "x64 Native Tools Command Prompt for | ||
| 49 | VS 2022" instead of a regular command prompt to run the build script. | ||
| 50 | |||
| 51 | The `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) |
