• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D24-Mar-20067.8 KiB306245

Makefile.amH A D07-Apr-2005122 61

Makefile.inH A D03-May-20228 KiB306247

READMEH A D22-May-2005885 2722

README

1We are considering including PortAudio 18 or pre-19 at this place
2and building it conditionally.  We cannot use a system-wide
3pre-installed PortAudio instead as it never includes PABLIO.
4
5If you want to put portaudio here and reconfigure with
6--enable-portaudio=yes
7please don't forget to distclean the whole tree and then
8to disable the output of libs/portaudio/Makefile in
9Epos configure.ac (so that Epos doesn't feel responsible
10for this directory anymore).
11
12This situation is temporary.  (Or it was in April 2005.)
13
14Instructions
15============
16
17 1. Put the contents of the downloaded portaudio tarball
18	in this directory.
19 2. cd libs/portaudio
20 3. build portaudio, you can use these commands:
21	./configure
22	make
23 4. build pablio, you can use these commands
24	gcc -c -g -O2 -Ipa_common pablio/pablio.c -o pablio/pablio.o
25	ar ruv lib/libpablio.a pablio/pablio.o
26	ranlib lib/libpablio.a
27