From 3b6a943241953ead88d3a8b5994adf37e7aee521 Mon Sep 17 00:00:00 2001 From: Louie S Date: Wed, 1 May 2024 12:37:58 -0400 Subject: Include additional dll dependencies in install --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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 -- cgit