From: Wolfgang Stöggl Date: Wed, 26 Sep 2018 12:59:20 +0000 (+0200) Subject: Update perl-shared README for MSVC and ActivePerl X-Git-Tag: v1.7.1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf80e67294a5089ceee0d51924eca16622aa655;p=thirdparty%2Frrdtool-1.x.git 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 --- 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: