mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 18:58:29 +03:00
Improve Installation section of build instructions
This commit is contained in:
parent
7965fb444d
commit
402127cd77
@ -52,16 +52,25 @@ With these installed, you can just run the program:
|
||||
$ ./yubioath-desktop
|
||||
|
||||
|
||||
=== Packaging
|
||||
=== Installation and packaging
|
||||
|
||||
The files you need to include in a distribution package are:
|
||||
The files you need to install in your system, or include in a distribution
|
||||
package, are:
|
||||
|
||||
- The `yubioath-desktop` binary
|
||||
- The `yubioath-desktop` binary, installed somewhere on the `$PATH`
|
||||
- The icon `resources/icons/yubioath.png`, installed as `yubioath.png` somewhere
|
||||
on the
|
||||
https://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html#directory_layout[Freedesktop]
|
||||
or
|
||||
https://doc.qt.io/qt-5/appicon.html#setting-the-application-icon-on-common-linux-desktops[Qt]
|
||||
icons search path, for example as `/usr/share/pixmaps/yubioath.png`
|
||||
icons search path
|
||||
- (Optional) The Desktop Application descriptor
|
||||
`resources/yubioath-desktop.desktop`
|
||||
`resources/yubioath-desktop.desktop`, installed somewhere on the
|
||||
https://standards.freedesktop.org/menu-spec/latest/ar01s02.html[Freedesktop
|
||||
applications search path]
|
||||
|
||||
For example, these installation paths are likely to work:
|
||||
|
||||
- `/usr/bin/yubioath-desktop`
|
||||
- `/usr/share/applications/yubioath-desktop.desktop`
|
||||
- `/usr/share/pixmaps/yubioath.png`
|
||||
|
Loading…
Reference in New Issue
Block a user