florian-vuillemot / EpitechBabel

VoiceIp school poject. Full plugin, this project have to be a assembly of plug on window and unix.
1 stars 0 forks source link

PortAudio installation #3

Closed florian-vuillemot closed 6 years ago

florian-vuillemot commented 6 years ago

Process for install PortAudio from source.

ZelZorgia commented 6 years ago

Install ubuntu 16.4 (ça marche que sur cette distrib (pas test arch))

http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz sudo apt-get install libasound-dev

dans le dossier: ./configure && make cp lib/.libs/libportaudio.a /YOUR/PROJECT/DIR

flags de compil: libportaudio.a -lrt -lm -lasound -ljack -pthread