Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1 build? #6

Open
Pdaa opened this issue Apr 22, 2022 · 3 comments
Open

M1 build? #6

Pdaa opened this issue Apr 22, 2022 · 3 comments

Comments

@Pdaa
Copy link

Pdaa commented Apr 22, 2022

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

@sonarkon
Copy link

sonarkon commented May 9, 2022

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

@wugmump
Copy link

wugmump commented May 9, 2022

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

@twhiston
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants