Add README for configure.
This commit is contained in:
parent
f8f38c4a8d
commit
8d0c648b7d
1 changed files with 22 additions and 0 deletions
22
README.configure.txt
Normal file
22
README.configure.txt
Normal file
|
|
@ -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
|
||||
|
||||
Loading…
Reference in a new issue