如果在windows下用perl编译模块时,需要使用dmake。 perl MakeFile.pl dmake dmake test dmake install 如果使用MinGw,需要把dmake放到MinGw的bin目录下。
2023-03-08 19:41:56 70KB perl windows make
1
dmake 编译工具 Dmake is a make utility similar to GNU make or the Workshop dmake. This utility has an irregular syntax but is available for Linux, Solaris, Win32 and other platforms. It is used by the OpenOffice.org build system. This version of dmake is a modified version of Dennis Vadura's GPL'ed dmake. The original sources were available on http://dmake.wticorp.com. As this site has not been reachable for some time the OpenOffice.org team adopted this utility but all development on it has been abandoned.
2022-01-11 17:00:19 306KB dmake
1
windows下安装perl模块方法和必备软件nmake dmake devcpp: 方式一: 将 nmake.exe 放到system32目录下 用一下方式: perl Makefile.pl nmake nmake test nmake install 如果成功,将不用看下面内容。 方式二: 手动编译方式 优点:通吃所有模块 缺点:有点麻烦 具体步骤:1安装编译器2设置编译器的环境变量3可能安装dmake 具体方法:如下 1.首先要有个c编译器,推荐dev-cpp(开源免费的,网上自己搜索),记得要下含有mingw的就是了(不懂c,下载含有mingw的因为这个版本的bin目录里有gcc.exe等工具). 1.1安装好了编译器之后,要能在cmd中以命令方式运行的话,必须要设置环境变量,在winxp中[我的电脑]->[属性]->[高级]->[环境变量]里设置,只需要在path里加个你路径,比如你的安装路径是c:\dev-cpp,那你就要加上c:\dev-cpp\bin (path中有很多其他的路径,之间记得用;隔开 )弄完好,在cmd中运行gcc -v 显示出内容表示编译器安装成功,并且可以用命令行编译. 2.编译步骤,在cpan上下载需要的模块,比如Win32::SerialPort,下载好了解压,在cmd中进入这个目录(简单的dos命令应该知道吧),就用常见的方法: perl Makefile.pl make make test make install 如果成功,将不用看下面内容。 方式三: 使用方式二make很可能会出现错误,不能编译,找了很多原因,有高人介绍了解决办法,就是下载一个叫dmake的工具,解压缩,将里面的dmake.exe和startup的文件夹(好象是这个名字)一起复制到c:\dev-cpp\bin 里(因为这个目录注册到环境变量里的),之后安装改成: perl Makefile.pl dmake dmake test dmake install 注意: 如果安装过oracle10g你将会发现出现版本冲突的情况。 解决方案如下:修改%PERL5LIB%环境变量,修改为perl所在目录
2021-10-20 20:21:18 8.01MB perl模块 nmake dmake devcpp
1
Windows环境下用VS编译Openssl所需要的准备的ActivePerl和dmake安装文件,ActivePerl安装直接运行其.exe文件即可,dmake则是只需要解压后,将路径直接配置到环境变量中即可使用
2021-09-14 10:40:09 19.16MB Perl dmake Openssl
1
直接拷贝到perl的安装路径,直接替换C:\Perl64\site文件夹 即可 直接拷贝到perl的安装路径,直接替换C:\Perl64\site文件夹 即可
2021-04-24 16:02:50 319KB perl dmake
1
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/nmake15.exe The nmake that comes with Visual C++ will suffice for building. You will need to run the VCVARS32.BAT file, usually found somewhere like C:\Program Files\Microsoft Visual Studio\VC98\Bin. This will set your build environme
2021-04-16 14:04:19 51KB perl nmake nmake dmake
1
完整的dmake工具,对于需要手工安装perl模块的同学很有用~~
2021-03-31 12:19:22 164KB dmake完整版本~~
1
直接拷贝到perl的安装路径,直接替换C:\Perl64\site文件夹 即可
2021-01-28 02:23:09 319KB perl dmake
1
dmake本地资源SITE,直接替换安装目录中的site即可。直接替换安装目录中的site即可,直接替换安装目录中的site即可。
2021-01-28 02:23:03 367KB dmake perl
1
peri5.24的安装包并可以加上dmake,由于使用ppm install dmake无法安装dmake,因此采用这个离线包,只需要把dmake.exe所在目录配置到环境变量里就可以。
2021-01-28 02:23:03 19.15MB perl5.24 dmake
1