-
-
Notifications
You must be signed in to change notification settings - Fork 147
Installing Saber
Saber supports the following platforms:
If you own any of the Onyx devices, it is advised to use the Google Play release, or grabbing Saber{ver}.apk
If that isn't the case, you can use the F-Droid build as well, or grab the Saber_FOSS{ver}.apk
There are a few ways to install Saber on Linux, they are as follows:
-
Via Flathub
flatpak install flathub com.adilhanney.saber
. Ensure you have Flathub correctly setup -
Via AppImage and make it executable by running
chmod +x Saber-*-x86_64.AppImage
- Via Snap This is an unofficial package, made by the community, Please open any issues related to snap here
If you encounter errors where Saber complains about missing DLLs, Ensure you have Visual C++ Redistributable installed
You can choose to install Saber by compiling it by yourself, please familiarise yourself with the standard flutter installation instructions here
The standard procedure for building Saber for any platform is as follows:
- Clone the repo
$ git clone https://github.com/adil192/saber.git
- Change your directory into the project
$ cd saber
- Get dependencies
$ flutter pub get
If you wish to use the optional clipboard support:
- Install super_clipboard
$ flutter pub add super_clipboard
To build the package:
$ flutter build apk
If you wish to sign the APK, please refer this
$ flutter build ipa
$ flutter build macos
Find the equivalent packages for your distro for libsecret-1-dev
and libjsoncpp-dev
. These packages are from Debian
Then $ flutter build linux
$ flutter build windows