]> Repos - portaudio/commitdiff
Add README for configure. pa_stable_v19_20110326_r1647
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 25 Mar 2011 17:34:07 +0000 (17:34 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 25 Mar 2011 17:34:07 +0000 (17:34 +0000)
README.configure.txt [new file with mode: 0644]

diff --git a/README.configure.txt b/README.configure.txt
new file mode 100644 (file)
index 0000000..b964cd5
--- /dev/null
@@ -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
+