]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Update perl-shared README for MSVC and ActivePerl
authorWolfgang Stöggl <c72578@yahoo.de>
Wed, 26 Sep 2018 12:59:20 +0000 (14:59 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 26 Sep 2018 13:20:07 +0000 (15:20 +0200)
- 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

index c5d7fbf55c09d912bbeb5c508ceb884523b5e6bf..da3355c6e1772743b732442ee8c6016ecd634a7a 100644 (file)
@@ -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: