From 8d0c648b7d19ca40085094098ce37d5ebecac7df Mon Sep 17 00:00:00 2001 From: philburk Date: Fri, 25 Mar 2011 17:34:07 +0000 Subject: [PATCH] Add README for configure. --- README.configure.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.configure.txt diff --git a/README.configure.txt b/README.configure.txt new file mode 100644 index 0000000..b964cd5 --- /dev/null +++ b/README.configure.txt @@ -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 + -- 2.43.0