mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 18:58:29 +03:00
Add packaging instructions specific to Debian based distributions
This commit is contained in:
parent
402127cd77
commit
a303c1eef7
@ -74,3 +74,18 @@ For example, these installation paths are likely to work:
|
||||
- `/usr/bin/yubioath-desktop`
|
||||
- `/usr/share/applications/yubioath-desktop.desktop`
|
||||
- `/usr/share/pixmaps/yubioath.png`
|
||||
|
||||
|
||||
==== Debian based distributions
|
||||
|
||||
On Debian based distributions, it might be enough to use the included package
|
||||
definition files for Ubuntu:
|
||||
|
||||
$ debuild -us -uc
|
||||
|
||||
If your distribution does not provide a package with the YubiKey Manager Python
|
||||
library, you can build that as well from the bundled dependency:
|
||||
|
||||
$ cd vendor/yubikey-manager
|
||||
$ debuild -us -uc
|
||||
$ sudo dpkg -i ../python3-yubikey-manager_VERSION_all.deb
|
||||
|
Loading…
Reference in New Issue
Block a user