SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
132 stars 52 forks source link

Pd externals: Don't use std::filesystem #375

Closed mgeier closed 8 months ago

mgeier commented 1 year ago

... to support macos < 10.15.

Closes #374.

mgeier commented 1 year ago

I'm wondering if this will work on Windows, since it uses / as a path separator.

mgeier commented 8 months ago

It looks like this works on Windows (https://lists.puredata.info/pipermail/pd-list/2023-12/132848.html), but downgrading our external doesn't really help, since the brew-installed dependencies still don't support that older version (https://lists.puredata.info/pipermail/pd-list/2023-12/132847.html).

Users of older macOS versions cannot use the dependencies from brew (they might have to compile them from source) and they'll have to compile the SSR externals from source, cherry-picking the commit of this PR (4fd20320f858ffe66a7357b87e426b4e33f9279c).