How to run "make" command in windows

Discussion in 'Site & Server Administration' started by zeebloyankees, Aug 8, 2006.

  1. #1
    I am trying to install a perl module and here are the install instructions

    To build this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


    when I run anything with make , I get the error that the command is unsupported. Any help?


    C:\Documents and Settings\stan\Desktop\HTML-Clean-0.8>    make install
    'make' is not recognized as an internal or external command,
    operable program or batch file.
    Code (markup):
    Im using windows XP
     
    zeebloyankees, Aug 8, 2006 IP
  2. UncleD

    UncleD Peon

    Messages:
    99
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Make is a linux command, not for windows. You are dealing with Unix files there, not windows files. To run them, get CYGWIN.
     
    UncleD, Aug 10, 2006 IP
  3. zeebloyankees

    zeebloyankees Guest

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks alot.

    Do you think "make" will run on a Mac Osx since its based on Unix?
     
    zeebloyankees, Aug 14, 2006 IP
  4. Web Directory

    Web Directory Peon

    Messages:
    358
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    try cygwin.
     
    Web Directory, Aug 16, 2006 IP
  5. Bruzli

    Bruzli Peon

    Messages:
    17
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    if you are using active state perl you have ppm (perl package manager) and with that it's easy.
     
    Bruzli, Aug 16, 2006 IP