用于Perl模块安装的make和nmake的比较 [英] Comparison of make and nmake for perl module installation

查看:163
本文介绍了用于Perl模块安装的make和nmake的比较的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

与Windows和linux/Unix操作系统相比,模块安装有所不同.

Module installation varies when compared to Windows and linux/Unix Operating system.

在Win32中,我们需要使用一个名为 nmake 的程序,然后按照

In Win32 we need to use a program called nmake and after we follow

 1. C:\> perl Makefile.PL 
 2. C:\> nmake
 3. C:\> nmake test
 4. C:\> nmake install

在Linux中,我们遵循

and in Linux we follow

 1. $ perl Makefile.PL
 2. $ make
 3. $ make test
 4. $ make install

两个操作系统的安装过程相同,唯一的区别在于所使用的关键字 make nmake .谁能让我知道字母 n 代表什么,以及在Windows中的规范是什么.

the process of installing would be same for both the operating systems, the only difference would be in the keyword used make and nmake. Could any one let me know what does the letter n represents and what is its specification in windows.

推荐答案

来自维基百科

Microsoft nmake,通常在Windows上可用.这是相当基本的 它仅提供其他两个版本的功能的子集 Make(BSD和GNU).微软的nmake不可与之混淆 来自AT& T和Bell Labs for Unix的nmake.

Microsoft nmake, commonly available on Windows. It is fairly basic in that it offers only a subset of the features of the other two versions of Make (BSD and GNU ). Microsoft's nmake is not to be confused with nmake from AT&T and Bell Labs for Unix.

Microsoft nmake详细此处和GNU make此处

Microsoft nmake is detailed here and GNU make is detailed here

这篇关于用于Perl模块安装的make和nmake的比较的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆