diff options
author | Louie S <louie@example.com> | 2024-05-01 12:37:58 -0400 |
---|---|---|
committer | U-LEIDOS-CORP\shprungl <shprungl@B5K2GR3.corp.leidos.com> | 2024-05-01 12:38:28 -0400 |
commit | 3b6a943241953ead88d3a8b5994adf37e7aee521 (patch) | |
tree | 132922678c1fde7211c5b56575ee7c46772acddf /README.md | |
parent | 0a6631674249b5824f50e57dea636b7c51f90445 (diff) |
Include additional dll dependencies in install
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,3 +67,8 @@ Building installer packages using CPack is also supported for the following pack - DEB (`cpack -G DEB`) - RPM (`cpack -G RPM`) +- Windows Installer (`cpack -G NSIS`) + +### Caveats + +- Compiling on Windows currently requires the use of [MSYS2 MinGW](https://www.msys2.org/) to build correctly |