Difference between revisions of "PortAudio"

From CBLFS
Jump to navigationJump to search
(Non-Multilib)
(Non-Multilib)
Line 21: Line 21:
 
Install the package:
 
Install the package:
  
  make libinstall
+
  make -f Makefile.linux libinstall
  
 
== Multilib ==
 
== Multilib ==

Revision as of 04:48, 13 December 2007

Download Source: http://www.portaudio.com/archives/portaudio_v18_1.zip

Introduction to PortAudio

PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' that will compile and run on many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the exchange of audio synthesis software between developers on different platforms.

Project Homepage: http://www.portaudio.com/


Non-Multilib

Compile the package:

sed -i -e "s@/usr/local@/usr@g" Makefile.linux
make -f Makefile.linux

Install the package:

make -f Makefile.linux libinstall

Multilib

TO DO

32Bit

TO DO

N32

TO DO

64Bit

TO DO

Contents

You can find a script here that can be used to make creating this table reasonably pain free.

Installed Libraries: libportaudio.so