Latest or recent build exe
-
So I am quite busy working on GUi stuff for Hise and I need a recent version, the exe is from 2024, is there a particular reason its so old , could it be updated ?
I am whining but I am hesitant to install all the stuff i need to build it at the moment but I need the latest laf stuff and really want to test if layer blur works (its super heavy ) on the 2024 version.
Can it be updated or can someone do me a favour and send me an exe ?
-
Powershell, paste this:
irm https://github.com/christophhart/hise-cli/releases/latest/download/hise-cli-setup.exe -OutFile $env:TEMP\hise-cli-setup.exe & $env:TEMP\hise-cli-setup.exe /VERYSILENT /NORESTARTthen start the
hise-cliand type in/setup, wait 20 minutes and everything is setup. It will install MSVC, IPP, Faust and clone the HISE repo and all its submodules completely automated. -
@Christoph-Hart That is just way too convenient !
