Hi Steve,

For iOS support (i guess you want to use faust2api -ios or faust2ios right?), 
you dont' need to install LLVM.

From the base folder:

make && sudo install

should directly work.

Stéphane 

> Le 15 nov. 2020 à 18:48, da <d...@randomstyles.net> a écrit :
> 
> hello, i am on this tutorial: 
> https://ccrma.stanford.edu/~rmichon/faustTutorials/#adding-faust-real-time-audio-support-to-ios-apps
> 
> to get started with faust on ios
> 
> but i just cant figure out how to install faust on my system. i got the dmg 
> file and extracted it.. i also ran some of these commands in my terminal:
> 
> -------
> 
> git clone g...@github.com:grame-cncm/faust.git
> cd faust
> 
> brew install llvm openssl
> 
> export PATH="/usr/local/opt/llvm/bin:/usr/local/opt/openssl/bin:$PATH"
> export LDFLAGS="-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib 
> -L/usr/local/opt/openssl/lib $LDFLAGS"
> export CPPFLAGS="-I/usr/local/opt/llvm/include 
> -I/usr/local/opt/openssl/include $CPPFLAGS"
> 
> make dynamic
> make httpd
> make remote
> make sound2faust
> sudo make install
> 
> ------
> 
> i sucessfully installed homebrew. and when i tried to install faust from 
> github it said that its already installed.
> 
> all the commands and the end that start with "make" or "sudo" dont work. i 
> just get "make: *** No rule to make target `dynamic'.  Stop."
> 
> is there a step by step installation-guide so i can start all over again?
> 
> thanks for your help, steve
> 
> 
> 
> _______________________________________________
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users



_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to