diff options
Diffstat (limited to '')
| -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) |
