ebu / ear-production-suite

The EAR Production Suite is a set of VST® plugins and tools for producing immersive and personalizable audio content suitable for any Next Generation Audio codec. It is based on the Audio Definition Model (ITU-R BS.2076) and the ITU ADM Renderer (ITU-R BS.2127) and enables monitoring on any ITU-R BS.2051 loudspeaker configuration.
https://ear-production-suite.ebu.io/
GNU General Public License v3.0
101 stars 19 forks source link

Linux: Add update check support #237

Open firthm01 opened 1 year ago

firthm01 commented 1 year ago

This has purposely been left out by using #ifndef __linux__ around relevant code. This is because we still require libcurl on linux even if we're using juce::URL and the user may not have it installed. Note that this will require the JUCE CURL macro changing in AppConfig.h of the extension. We should probably also statically link.