vti / elemntary

Wahoo Elemnt Configuration
GNU General Public License v3.0
57 stars 4 forks source link

Building on macOS hints #2

Closed masc4ii closed 1 year ago

masc4ii commented 1 year ago

Nice app! Thank you!

I got it working on macOS BigSur: in contrib/adb/ you should create a path "darwin" and add macOS adb there. That is missing.

And maybe these hints are useful for other macOS users:

vti commented 1 year ago

@masc4ii there is actually a branch for macos feature/build-for-macos. Also just installing official node pkg is good enough as well. I will brew instructions anyways :)

masc4ii commented 1 year ago

Ah thanks. I did not see this. Will give it a try too!

vti commented 1 year ago

The problem for building for macos is the "signing" part of the application. You need to have a special apple developer account to be able to sign your software, otherwise it will not start unless you add a security exception, which I don't think an average user will want to do.

vti commented 1 year ago

Merged in develop.