From ecf80e67294a5089ceee0d51924eca16622aa655 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wolfgang=20St=C3=B6ggl?= Date: Wed, 26 Sep 2018 14:59:20 +0200 Subject: [PATCH] Update perl-shared README for MSVC and ActivePerl - Using MSVC, the last supported ActivePerl version is 5.16, e.g. ActivePerl-5.16.3.1604-MSWin32-x86-298023.msi - Since 5.18, ActivePerl is compiled with GCC compilers, and Microsoft toolchains are *not* compatible - See this FAQ for further details: https://community.activestate.com/faq/windows-compilers-perl-modules --- bindings/perl-shared/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bindings/perl-shared/README b/bindings/perl-shared/README index c5d7fbf5..da3355c6 100644 --- a/bindings/perl-shared/README +++ b/bindings/perl-shared/README @@ -7,6 +7,10 @@ make test For Windows Users, make sure you have the following requirements: - ActiveState Perl (32bit version Only) + Remark: Using MSVC, the last supported ActivePerl version is 5.16, + e.g. ActivePerl-5.16.3.1604-MSWin32-x86-298023.msi + Since 5.18, ActivePerl is compiled with GCC compilers, and Microsoft + toolchains are *not* compatible - Microsoft Visual C++ - The following binaries in your path: mt.exe, nmake.exe, link.exe, perl.exe - Make the project rrdlib.vcproj in Release mode to create rrdlib.lib @@ -14,7 +18,7 @@ For Windows Users, make sure you have the following requirements: To build: perl Makefile.PL -nmake +nmake To Install: -- 2.47.2