Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    dmake
    dmake test
    dmake install
    
  2. or download this
    C:\strawberry\perl\bin\perl.exe Makefile.PL LIBS=-LC:\strawberry\c\lib
    + INC=-
    IC:\strawberry\c\include
    
  3. or download this
    WriteMakefile( 
        NAME         => 'Compress::Raw::Zlib',
        VERSION_FROM => 'lib/Compress/Raw/Zlib.pm',
        INC          => "-I$ZLIB_INCLUDE" ,
    
  4. 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
    
  5. or download this
    #
    #   MakeMaker ARGV: ()
    ...
    # --- MakeMaker constants section:
    
    INC = -I./zlib-src
    
  6. or download this
    makepl_arg => q[LIBS=-LC:\\strawberry\\c\\lib INC=-IC:\\strawberry\\c\
    +\include],
    
  7. or download this
    makepl_arg => q[],