File: README.win32

package info (click to toggle)
libaudio-scan-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,876 kB
  • sloc: ansic: 12,108; perl: 224; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Win32 build instructions:

Tested with Visual Studio 2010 Express.

zlib
----
Download zlib from http://zlib.net/zlib128.zip and extract
Open command prompt using MS Visual Studio start menu entry or run the vcvars file,
 for example C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat
nmake -f win32/Makefile.msc
Copy zlib.lib, zlib.h, zconf.h into the Audio::Scan win32 directory (overwriting latter two files)

Audio::Scan
-----------
Install ActivePerl.
Open command prompt using MS Visual Studio start menu entry or run the vcvars file,
 for example C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat
perl Makefile.PL
nmake
nmake test