File: README.win32

package info (click to toggle)
libaudio-scan-perl 0.93%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,152 kB
  • ctags: 1,728
  • sloc: ansic: 11,482; perl: 241; sh: 51; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Win32 build instructions:

Tested with Visual Studio 2005 Pro.  Be careful using later VC versions, as the binaries
they produce may not run on all versions of Windows.

zlib
----
The included zlib.lib should just work, if not:
  Download zlib from http://www.zlib.net/zlib123.zip.
  Build from projects/visualc6/zlib.dsw.
  Build Win32_LIB_Release
  Copy zlib.lib into the Audio::Scan win32 directory.

Audio::Scan
-----------
Install ActivePerl 5.8.8 or 5.10.0.
Open command prompt.
Run the vcvars file, for example C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat
perl Makefile.PL
nmake
nmake test