From b783fbc03c871cb6e0cceb3a8579fb64ea0ba216 Mon Sep 17 00:00:00 2001 From: tpurswani <110260704+tpurswani@users.noreply.github.com> Date: Fri, 29 Jul 2022 16:28:08 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd75659..ec59ebd 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ The OpenALPR Milestone plug-in can also create Milestone alarms based on a list ### Developer Instructions ### -* Download Visual Studio 2017 -* Install .NET Framework 4.6.2 https://www.microsoft.com/net/download/visual-studio-sdks +* Download Visual Studio 2019 +* Install .NET Framework 4.7.2 https://www.microsoft.com/net/download/visual-studio-sdks * Install NSIS (for packaging the installer) * Open the project, and switch to "Release" and "x64" mode (Build -> Configuration Manager) * If you wish for every build to automatically copy the binaries to your local Milestone system: @@ -59,6 +59,7 @@ The OpenALPR Milestone plug-in can also create Milestone alarms based on a list ### Installer Packaging ### This plug-in uses the NSIS installer to create a Windows installer package. The nsi file is included in this repo in the installer directory. +The files in /installer/Plugins need to be added to your NSIS install C:\Program Files (x86)\NSIS\Plugins\x86-ansi ### Contribution guidelines ###