Pre-compiled binaries #778
Closed
alexmozaidze
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
This won't work, the application is not self-contained and requires installing some files to the system/environment. It also is dependent on some dynamically linked libraries (poppler, gtk, ..). I would suggest to you to try the flatpak again: If you don't count the flatpak runtime which is shared between applications, the app itself is not really that big (~45MB). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having pre-built binaries as part of releases would be a nice addition, especially for people with low-end machines. Flat package is extremely large and attempts to compile the project via
cargo install --git https://github.com/flxzt/rnote rnote
were futile, since I didn't have enough memory.In short: Can you publish compiled binary for x64 Linux and Windows?
Beta Was this translation helpful? Give feedback.
All reactions