ossia / iscore-addon-audio

Audio add-on for i-score
GNU General Public License v3.0
0 stars 1 forks source link

which Faust version is required ? #14

Closed avilleret closed 8 years ago

avilleret commented 8 years ago

on Ubuntu 16.04, I've tried apt install faust and build faust 0.9.73 from (source)[https://sourceforge.net/projects/faudiostream/files/faust-0.9.73.tgz/download] without any success.

CMake doesn't detect it. In the second case, I dig a little bit into (FindFaust.cmake)[https://github.com/OSSIA/i-score/blob/master/CMake/modules/FindFaust.cmake#L4] which is looking for llvm-dsp.h which doesn't exists in Faut 0.9.3 source. So I guess I need another version, but which one ?

avilleret commented 8 years ago

and faust package doesn't seem to come with llvm-dsp.h either : http://packages.ubuntu.com/xenial/amd64/faust/filelist

avilleret commented 8 years ago

thanks to @jcelerier on Gitter, we need faust2 :

git clone --branch=faust2 git://git.code.sf.net/p/faudiostream/code faust
cd faust
make dynamic
sudo make install

tested on Ubuntu 16.04