Difference between revisions of "PortAudio"
From CBLFS
Jump to navigationJump to search (→Non-Multilib) |
(→Contents) |
||
Line 40: | Line 40: | ||
== Contents == | == Contents == | ||
− | |||
− | |||
{| style="text-align: left;" | {| style="text-align: left;" | ||
− | |||
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
|libportaudio.so | |libportaudio.so | ||
|} | |} |
Revision as of 03:48, 13 December 2007
Download Source: | http://www.portaudio.com/archives/portaudio_v18_1.zip |
---|
Contents
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
Installed Libraries: | libportaudio.so |
---|