Mercurial > hg > sv-dependency-builds
annotate src/portaudio_20140130/README.configure.txt @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 28 Jun 2018 15:29:59 +0100 |
parents | e3d5853d5918 |
children |
rev | line source |
---|---|
cannam@124 | 1 PortAudio uses "autoconf" tools to generate Makefiles for Linux and Mac platforms. |
cannam@124 | 2 The source for these are configure.in and Makefile.in |
cannam@124 | 3 If you modify either of these files then please run this command before |
cannam@124 | 4 testing and checking in your changes. |
cannam@124 | 5 |
cannam@124 | 6 autoreconf -if |
cannam@124 | 7 |
cannam@124 | 8 Then test a build by doing: |
cannam@124 | 9 |
cannam@124 | 10 ./configure |
cannam@124 | 11 make clean |
cannam@124 | 12 make |
cannam@124 | 13 sudo make install |
cannam@124 | 14 |
cannam@124 | 15 then check in the related files that are modified. |
cannam@124 | 16 These might include files like: |
cannam@124 | 17 |
cannam@124 | 18 configure |
cannam@124 | 19 config.guess |
cannam@124 | 20 depcomp |
cannam@124 | 21 install.sh |
cannam@124 | 22 |