mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-11 19:54:08 +00:00
5a3cd8e57e
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4844 96395faa-99c1-11dd-bbfe-3dabce05a288
23 lines
500 B
Plaintext
23 lines
500 B
Plaintext
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
|
|
|