File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,19 @@ winget install --id DEVCOM.Lua
2323 [ Clang] ( https://clang.llvm.org/ ) )
2424- [ CMake] ( https://cmake.org/ )
2525- [ Ninja] ( https://ninja-build.org/ )
26+ - [ ImageMagick] ( https://imagemagick.org/ )
27+ - [ GhostScript] ( https://www.ghostscript.com/ )
2628- [ WiX v3] ( https://wixtoolset.org/docs/wix3/ ) (if packaging on Windows)
2729
28- You can install the first three components with the following
30+ You can install the first five components with the following
2931[ winget] ( https://learn.microsoft.com/windows/package-manager/winget/ ) commands:
3032
3133``` powershell
3234winget install --id LLVM.LLVM
3335winget install --id Kitware.CMake
3436winget install --id Ninja-build.Ninja
37+ winget install --id ImageMagick.ImageMagick
38+ winget install --id ArtifexSoftware.GhostScript
3539```
3640
3741WiX v3 is available at < https://github.com/wixtoolset/wix3/releases/ > . It
@@ -59,6 +63,8 @@ Check if `PATH` was set correctly:
5963Get-Command clang
6064Get-Command cmake
6165Get-Command ninja
66+ Get-Command magick
67+ Get-Command gswin64
6268```
6369
6470You may need to restart your Windows session if you can't find ` ninja ` even
You can’t perform that action at this time.
0 commit comments