~ubuntu-branches/ubuntu/quantal/libsamplerate/quantal

« back to all changes in this revision

Viewing changes to doc/win32.html

  • Committer: Package Import Robot
  • Author(s): Erik de Castro Lopo
  • Date: 2011-08-16 18:32:49 UTC
  • mfrom: (1.1.6 upstream) (4.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20110816183249-9vbim26wlxvjsq04
Tags: 0.1.8-1
* New upstream (Closes: #637691).
* debian/patches/ : Remove uneeded patches (fixed upstream).
* debian/control : Remove quilt from build-deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        Secret Rabbit Code (aka libsamplerate)
7
7
        </TITLE>
8
8
        <META NAME="Author"      CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
9
 
    <META NAME="Version"     CONTENT="libsamplerate-0.1.7">
 
9
    <META NAME="Version"     CONTENT="libsamplerate-0.1.8">
10
10
        <META NAME="Description" CONTENT="The Secret Rabbit Code Home Page">
11
11
        <META NAME="Keywords"    CONTENT="libsamplerate sound resample audio dsp Linux">
12
12
        <LINK REL=StyleSheet HREF="SRC.css" TYPE="text/css" MEDIA="all">
63
63
directory and a MSDOS batch file in the top level directory of the distribution. 
64
64
</P>
65
65
<P>
66
 
To build the examples programs you will need to download and compile
67
 
        <A HREF="http://www.mega-nerd.com/libsndfile/">libsndfile</A>
68
 
and there are instructions for compiling it on Win32
69
 
        <A HREF="http://www.mega-nerd.com/libsndfile/win32.html">here</A>.
70
 
This is optional as SecretRabbitCode can be compiled and used with installing 
71
 
libsndfile.
 
66
To build the examples programs you will need to download the precompiled
 
67
win32 or win64
 
68
        <A HREF="http://www.mega-nerd.com/libsndfile/#Download">libsndfile</A>
 
69
binary and install them.
 
70
 
72
71
</P>
73
72
<P>
74
73
Making the libsamplerate DLL on Win32 involves the following:
84
83
                    path to point to the location of MSVC++ on your machine. This allows the
85
84
                        makefile to inform the compiler of the location of the standard header
86
85
                        files.
87
 
    <LI> Copy <B>libsndfile.dll</B> and <B>libsndfile.lib</B> from the directory
88
 
                        libsndfile was compiled in to the the directory containing libsamplerate.
89
 
    <LI> Copy the header file <B>Win32/sndfile.h</B> to the <B>Win32</B> directory
90
 
                        under the libsamplerate directory.
91
 
        <LI> Open a DOS window (Win9X) or Command Shell (WinNT and WinXP?) and cd into 
92
 
                        the libsamplerate-0.X.Y directory.
 
86
    <LI> Copy <B>libsndfile-1.dll</B>, <B>libsndfile-1.lib</B> and
 
87
                        <B>libsndfile-1.def</B> from the directory libsndfile was installed in
 
88
                        to the the directory containing libsamplerate.
 
89
    <LI> Copy the header file <B>include/sndfile.h</B> from where libsndfile was
 
90
                        installed to the <B>Win32</B> directory under the libsamplerate
 
91
                        directory.
 
92
        <LI> Open a Command Shell and cd into the libsamplerate-0.X.Y directory.
93
93
        <LI> Make sure that the program <B>nmake</B> (which is part of the MSCV++ 
94
94
                        package) is in a directory which is part of your <B>PATH</B> variable.
95
95
        <LI> Type in the command