- or download this
perl Makefile.PL
dmake
dmake test
dmake install
- or download this
C:\strawberry\perl\bin\perl.exe Makefile.PL LIBS=-LC:\strawberry\c\lib
+ INC=-
IC:\strawberry\c\include
- or download this
WriteMakefile(
NAME => 'Compress::Raw::Zlib',
VERSION_FROM => 'lib/Compress/Raw/Zlib.pm',
INC => "-I$ZLIB_INCLUDE" ,
- or download this
#
# MakeMaker ARGV: (q[LIBS=-LC:\strawberry\c\lib], q[INC=-IC:\strawbe
+rry\c\include])
...
# --- MakeMaker constants section:
INC = -IC:\strawberry\c\include
- or download this
#
# MakeMaker ARGV: ()
...
# --- MakeMaker constants section:
INC = -I./zlib-src
- or download this
makepl_arg => q[LIBS=-LC:\\strawberry\\c\\lib INC=-IC:\\strawberry\\c\
+\include],
- or download this
makepl_arg => q[],