diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 15:58:15 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 15:58:15 +0200 |
| commit | b9fafceb98e297f82a54709f2bbe0c8c14de61a3 (patch) | |
| tree | 8ba713e161fe494f32565eb141fb5e4fdced5fdc | |
| parent | 2a38070d44ed01753c51067bbd7f007e4b74bd6b (diff) | |
| download | nissy-core-b9fafceb98e297f82a54709f2bbe0c8c14de61a3.tar.gz nissy-core-b9fafceb98e297f82a54709f2bbe0c8c14de61a3.zip | |
Added installation instructions for clang on windows
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) |
