Difference between revisions of "PortAudio"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.portaudio.com/archives/portaudio_v18_1.zip |- |} ---- {{Package-Introduction|PortAudio is a fr...) |
(→Non-Multilib) |
||
Line 17: | Line 17: | ||
sed -i -e "s@/usr/local@/usr@g" Makefile.linux | sed -i -e "s@/usr/local@/usr@g" Makefile.linux | ||
− | make | + | make -f Makefile.linux |
Install the package: | Install the package: |
Revision as of 03:47, 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 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 |
---|