Can faust be used/built on linux
-
I don't see the release with faust in projucer for the linux build
-
@ospfeigrp Yes, if you use my fork I added a build target for it. You might need to adjust it though as I've set it up specifically for my use case and that includes using FFTW3.
-
@d-healey hmm is faust in the repositories or do i have to build it from source? for a ubuntu based distro?
-
@ospfeigrp I'm using the version in Debian's repo v2.74.6
-
@d-healey i keep getting a:
Compiling Main.cpp In file included from ../../../../../HISE-development/hi_faust/../hi_faust_types/hi_faust_types.h:63, from ../../../../../HISE-development/hi_faust/hi_faust.h:90, from ../../Source/../JuceLibraryCode/JuceHeader.h:20, from ../../Source/Main.cpp:11: ../../../../../HISE-development/hi_faust/../hi_faust_types/faust_wrap/dsp/dsp.h:32:10: fatal error: faust/export.h: No such file or directory 32 | #include "faust/export.h" | ^~~~~~~~~~~~~~~~ compilation terminated.
libfaust2 is already the newest version (2.37.3~ds0-1)
-
@ospfeigrp said in Can faust be used/built on linux:
libfaust2 is already the newest version (2.37.3~ds0-1)
Might be too old
-
@d-healey thanks, i compiled faust-2.75 2.7 from source and just compiling hise now see how it goes.
Yeah it works thanks again David.