Tels > Audio-Audiere > README.win32

Download:
audio/Audio-Audiere-0.05.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

Audio::Audiere on Windows ^

INTRODUCTION ^

I have no windows experiences whatsoever, so if you have problems (or even know how to work around them), please email me!

Tels http://bloodgate.com/mail.html

DEPENDENCIES ^

You need the following things to install and use this Perl package:

The Audiere sound libary

Get it from http://audiere.sf.net.

Perl

Get a pre-compiled version from ActiveState http://www.activestate.com/ or download the source code from http://www.perl.org and compile it yourself.

I would recommend a version of v5.8.x or later.

Compiler and a make utility

I have no experiences with this one. You probably should have nmake or dmake.

INSTALLATION ^

Unpack

Unpack the package with Winzip or similiar.

Build the makefile

The file Makefile.PL does currently assume that Audiere's include files are installed in:

        C:\dev\audiere\audiere-1.9.3-win32\audiere-1.9.3-win32\include

If this is not the case on your system, edit Makefile.PL!

Go to a console and change to the path where you unpacked the package, then type:

        perl Makefile.PL
Compile it
        nmake

(Or use dmake)

Tun the testsuite:
        nmake test

If there are any test failures, please notify me. Thank you!

install

If all tests pass, install:

        nmake install

(You might need Administrator rights for this).

Please send me test-reports, your experiences with this and your ideas - I love to hear about my work!

Tels <http://bloodgate.com/>