Jitter icon indicating copy to clipboard operation
Jitter copied to clipboard

M1 build?

Open Pdaa opened this issue 2 years ago • 3 comments

would it be possible to build jit.gl.Syphon for the M1 ?

Pdaa avatar Apr 22 '22 14:04 Pdaa

This would be so helpful. Some Projects I build in the past are not of use anymore now :/

sonarkon avatar May 09 '22 08:05 sonarkon

Yo, open your package manager. It's there!

wugmump avatar May 09 '22 10:05 wugmump

I had this issue too and ended up rebuilding the extensions with the newest max build system/sdk and syphon library versions for osx. In case that is useful for anyone, you can get them from https://github.com/twhiston/jit.gl.syphon/releases/tag/m1

Since I did it with the new build system stuff I didn't do it in a way where it makes sense to make a PR here. It's a bit of a hacky setup as with the new way max generates projects you need to put external libraries in the CMAKE config so it gets generated with all the correct setup and I couldn't figure that out, with a build being needed for Syphons library too, within the time I had available. So I build Syphon separately and then linked it directly in the xcode project config. The repo linked above is actually the result of the max CMAKE build with some hand-crafted additions 🙈. A proper implementation would be only the source code of the extensions and the fully correct CMAKE config for generation. That being said the actual extensions have worked perfectly for me so far!

twhiston avatar Aug 17 '22 21:08 twhiston