Linux vs ThirdParty Nodes
-
What's the best way to compile these? I can't open my project without first compiling the nodes, but I can't use "Compile DSP Networks to DLL" because Linux
Do I really have to copy + paste the AutoGeneratedProject.jucer file from Windows, manually set all the module paths and includes and run make every time? Surely there's some equivalent to the Export button that will create the DspNetworks/Binaries subfolder correctly on Linux?
-
@iamlamprey said in Linux vs ThirdParty Nodes:
but I can't use "Compile DSP Networks to DLL" because Linux
Works here
-
@d-healey Did you have to set anything up special? Mine just asks me to go through the Compile wizard forever
Edit: ok im definitely missing something, my Export Wizard asks me for an IDE and the dropdown list is just empty
-
@iamlamprey The wizard doesn't work on Linux, in fact I recall disabling it in a commit a few months ago, but perhaps that's only for plugin export. You can bypass it by checking the setting in project preferences, if you don't see it then you'll need to edit the settings xml file in the HISE app data folder. I think I demonstrate this in the bootcamp.
-
@d-healey I've got this:
<?xml version="1.0" encoding="UTF-8"?> <CompilerSettings> <HisePath value="home/user/Documents/HISE"/> <UseIPP value="0"/> <ExportSetup value="1"/> </CompilerSettings>Still just asks me every time, I'm not using your fork, do you know if you've made any other changes that might affect this?
-
ah there's a full 35 min video in the course, thank you sir :)
-
@iamlamprey I remember somewhere that the configuration exists in 2 different places for some reason. You might be editing the wrong one.
-
@Dan-Korneff Yep you're right, I had to copy
~/.config/HISE/compilerSettings.xmlto
~/.hise/compilerSettings.xmlCtrl + H to view hidden files, for anyone stumbling upon this in the future
-
-
@d-healey Clanker said it was the Linux equivalent of %appdata%
Copying it seemed to get me past the compile wizard, and I can use
Compile DSP networks to dllto create the .sh script, but that's all it makesI don't get the usual folder structure or even the AutoGeneratedProject.jucer file
-
Okay, just had to add my HISE path to that same file
