Closed avilleret closed 8 years ago
and faust package doesn't seem to come with llvm-dsp.h
either : http://packages.ubuntu.com/xenial/amd64/faust/filelist
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
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 ?