Warning, /sdk/codevis/doc/build_windows.md is written in an unsupported language. File is not indexed.

0001 ## Windows build
0002 
0003 ### Easy Building with Craft
0004 
0005 Necessary tools:
0006 * Windows 10 or 11
0007 * Python 3.9
0008 * Powershell
0009   * with Remote Script permissions: Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
0010   * 
0011 * MSVC 2019 with the following components:
0012   * Desktop Development with C++
0013   * C++ ATL
0014   * Windows SDK
0015 * Craft 
0016 
0017 Make sure your windows 10 or 11 is in `Developer` mode:
0018 `https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development`
0019 
0020 Install craft by running the following command at PowerShell:
0021 `iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/KDE/craft/master/setup/install_craft.ps1'))`
0022 
0023 Start the Craft Shell:
0024 `C:\CraftRoot\craft\craftenv.ps1`
0025 
0026 If you want to build from master (Currently suggested), set the craft option:
0027 `craft —set version=master codevis`
0028 
0029 Finall, ask Craft to build Codevis:
0030 `craft codevis`