New to Linux - Compiling in Linux
-
@d-healey I managed to compile HISE but not success with Faust, did you have Faust on Linux?
-
@Soundavid yes, check out my fork of HISE it's all setup for Faust but you'll need to disable fftw3 and enable IPP.
-
@Soundavid I solved it with installing an older version of Linux Mint. Victoria or Virginia
-
@d-healey Which Branch i have to download? If i download the Master doesnt include the Faust libraries
-
@Soundavid said in New to Linux - Compiling in Linux:
@d-healey Which Branch i have to download? If i download the Master doesnt include the Faust libraries
use develop - none of the branches include faust by default - you have to download and install this yourself.
-
This post is deleted! -
@Soundavid For my fork it's the development branch.
-
@d-healey Ok ive tried your fork and using ipp instead of fftw3 but no luck with Faust, seems that is a problem with my Faust installation because isnt finding the library, how do you install Faust?
-
@Soundavid Did you choose the correct build?
I used
sudo apt install faust
-
@d-healey I finally compiled HISE and the DLL of my project but for some reason I’m gettin a lot of errors and when I comment them HISE is really slow, it tooks minutes to compile :( could it be my Mint version?
-
@Soundavid Are you building from my fork, the Faust build?
-
@d-healey Ok I wasn’t selecting the correct JUCE paths and now HISE is working correctly, I managed to compile the DLL but have a lot of errors in my Controls script, the one that manages all the connections with the Modules and when I start to debug the problem HISE crashes :/
-
@Soundavid Try and recreate the problem in a minimal test project.