You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a Makefile so that me and others can dive in and help. You need the right version of GIO and gio cmd setup. I have some makefiles for this.
Get the cross compile tool chain going for Mobile and Desktop such that end devs can also do it. So many times with Mobile you have the problem of the other dev having android SDK setup differently etc etc. Thats why I am adapting this https://github.com/gedw99/goup to work with GIO.
Then explore the wrapping or it for Primate. I would NOT try to do anything too complex because getting that code working was a feat in itself IMHO. I would chicken out ( for now ) and just wrap calling the binary for now. I would not do any FFI yet. Now you have a working system at least that I think Primate can use.
Having gotten that far, then I might "chicken in", and try the more fancy approach of the CGO code like the example with FFI with CGo issue oven-sh/bun#369
The text was updated successfully, but these errors were encountered:
Get a webview and Deep Link working
rcompat/rcompat#25 (comment)
Use a Makefile so that me and others can dive in and help. You need the right version of GIO and gio cmd setup. I have some makefiles for this.
Get the cross compile tool chain going for Mobile and Desktop such that end devs can also do it. So many times with Mobile you have the problem of the other dev having android SDK setup differently etc etc. Thats why I am adapting this https://github.com/gedw99/goup to work with GIO.
Then explore the wrapping or it for Primate. I would NOT try to do anything too complex because getting that code working was a feat in itself IMHO. I would chicken out ( for now ) and just wrap calling the binary for now. I would not do any FFI yet. Now you have a working system at least that I think Primate can use.
Having gotten that far, then I might "chicken in", and try the more fancy approach of the CGO code like the example with FFI with CGo issue oven-sh/bun#369
The text was updated successfully, but these errors were encountered: