Skip to content

Commit

Permalink
Add README for configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed Mar 25, 2011
1 parent 3fe9c71 commit f483291
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.configure.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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

0 comments on commit f483291

Please sign in to comment.