Skip to content

Commit 11745d0

Browse files
committed
docs: update requirements to build (#14)
docs: Icontools (#15) * update requirements to build * remove remark
1 parent 356a320 commit 11745d0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
- [WiX v3](https://wixtoolset.org/docs/wix3/) (if packaging on Windows)
26+
- [ImageMagick](https://imagemagick.org/)
27+
- [GhostScript](https://www.ghostscript.com/)
28+
- [WiX v3](https://wixtoolset.org/docs/wix3/)
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
3234
winget install --id LLVM.LLVM
3335
winget install --id Kitware.CMake
3436
winget install --id Ninja-build.Ninja
37+
winget install --id ImageMagick.ImageMagick
38+
winget install --id ArtifexSoftware.GhostScript
3539
```
3640

3741
WiX v3 is available at <https://github.com/wixtoolset/wix3/releases/>. It
@@ -59,6 +63,8 @@ Check if `PATH` was set correctly:
5963
Get-Command clang
6064
Get-Command cmake
6165
Get-Command ninja
66+
Get-Command magick
67+
Get-Command gswin64
6268
```
6369

6470
You may need to restart your Windows session if you can't find `ninja` even

0 commit comments

Comments
 (0)