Mercurial > hg > sv-dependency-builds
view src/portaudio/README.configure.txt @ 135:38d1c0e7850b
Headers for KJ/Capnp Win32
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 26 Oct 2016 13:18:45 +0100 |
parents | 8a15ff55d9af |
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