@zachhealy1005 said in Linux:
If I go to my home folder and delete the hise folder is that actively deleting the hise source code from my computer
Yes. And remove any other copies you have too in the same way.
@zachhealy1005 said in Linux:
I'm just curious why is it that you have to compile it?
I thought I explained this above and I covered it in the course. When you "export" from HISE what is really happening is HISE is building a JUCE project for you. That project needs to be compiled to turn it into a plugin. If you can't compile HISE you can't compile your project.
@zachhealy1005 said in Linux:
Like on all other operating systems you basically just de-package it and it automatically installs it on your computer for you why with Linux do you have to do it so manually
Linux is a special case because there are so many distros and library variations that providing a binary that will work across all is not possible. Also all the prebuilt binaries are out of date almost immediately because the HISE source changes so frequently, and as I mentioned before you need to be able to compile it anyway, so a prebuilt version isn't much use other than for exploring HISE - also covered this in the course.
@zachhealy1005 said in Linux:
I'm letting you know the process you have on their does not work for unbuntu studio.
It would be helpful if you let me know which part of the process doesn't work. As far as I know all the packages should be available because Ubuntu is built on Debian, but they might have different names so you'd need to check that.