-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distributives & installers #68
Comments
|
updating the flake.lock with a
|
adding I can open a PR with both updates... |
After building there is still a runtime error when clicking on UI menus, something related to GSettings No GSettings schemas are installed on the system:
What seem to fix that is to include the dependency: And on the machine (nixOS in my case) enable dconf with |
@fczuardi thank you for investigating and doing the PR! Replied you there |
This is an issue tracking ongoing work on providing more user-friendly distributives and installation options on different platforms.
Linux
hwi
installationmacOS
We can't get to AppStore with GTK version, however pay attention that a separate native MyCitadel application (made with SwiftUI) for all Apple platforms exists which can be run on macOS and is planned to be published to Mac App Store. Right now it is outdated, but we are working on the new version.
hwi
brew formula and use it as a dependencyWindows 10 and 11
No support is planed for versions before Win10.
Cross-platform source code
(Not user-friendly)
Nix pack for Linux & macOS
haven't yet worked with it, so need @dpc and @NCrashed help to understand where we are at after their PRs got merged:
Cargo:
cargo install mycitadel
andgit clone && cargo install --path .
provide desktop integration through
build.rs
script:Meson:
git clone && meson install
(Debian and flatpak packaging; freedesktop support #67)provide desktop integration:
The text was updated successfully, but these errors were encountered: