view src/portaudio/README.configure.txt @ 7:cd13f7cd9bc3

Add portaudio
author Chris Cannam
date Wed, 20 Mar 2013 15:18:57 +0000
parents e13257ea84a4
children
line wrap: on
line source
PortAudio uses "autoconf" tools to generate Makefiles for Linux and Mac platforms.
The source for these are configure.in and Makefile.in
If you modify either of these files then please run this command before
testing and checking in your changes.

   autoreconf -if

Then test a build by doing:
   
   ./configure
   make clean
   make
   sudo make install

then check in the related files that are modified.
These might include files like:

   configure
   config.guess
   depcomp
   install.sh