mtytel / vital

Spectral warping wavetable synth
GNU General Public License v3.0
1.55k stars 152 forks source link

Building on macOS #10

Closed kyr0 closed 3 years ago

kyr0 commented 3 years ago

Would be cool to make it compile on macOS -- I'll take a look but can't guarantee much

mtytel commented 3 years ago

There are xcode projects in plugin/builds/osx and standalone/builds/osx

kyr0 commented 3 years ago

Yes, but they are configured in a way that you cannot build them easily if you don't have the specific teams certificates - and the firebase dependency is missing; they belong to "Mac Developer" in a certain team and the firebase.framework + firebase_auth.framework is missing for the builds. I was about to automate that process so you could just make the AU, VST etc. -- the only thing that needs to be changed in upstream is that the team association must be removed so that it can build without (initial) issues. Is this worth a PR from me - would you accept it?

magnetophon commented 3 years ago

@kyr0 PR's won't be accepted for this repo in general.

Jobsecond commented 3 years ago

Don't run make to build on macOS, because the Makefile of this project is intended for Linux. Instead, use the Xcode project .xcodeproj to build on macOS:

If Xcode shows "No account for team" error, you need to change the Development team of each Target to your own developer account.