summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-05-01 12:37:58 -0400
committerU-LEIDOS-CORP\shprungl <shprungl@B5K2GR3.corp.leidos.com>2024-05-01 12:38:28 -0400
commit3b6a943241953ead88d3a8b5994adf37e7aee521 (patch)
tree132922678c1fde7211c5b56575ee7c46772acddf /README.md
parent0a6631674249b5824f50e57dea636b7c51f90445 (diff)
Include additional dll dependencies in install
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 345cd81..1c9df51 100644
--- a/README.md
+++ b/README.md
@@ -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