My goal is to create a binary / library that just works, then wrap an app/system around it. Still rough, but it works.

https://github.com/trbouma/safebox-binaries

Reply to this note

Please Login to reply.

Discussion

curious why you don't have safebox produce binaries as a build or even automated?

Not that sophisticated yet.

Yeah I would highly recommend against checking in binaries into git, you'd want to release those as an asset for sure.

maybe I could lend a hand sometime although I'm very unfamiliar with python build/compilation tools. I'm curious how Python creates "Linux" safe binaries.