Skip to content
Snippets Groups Projects
Commit 9a9868b3 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

.

parent a20864d1
No related branches found
No related tags found
1 merge request!2Add standalone implementation
...@@ -30,16 +30,16 @@ Secondly, choose an implementation: `standalone` impl only allows to unlock defa ...@@ -30,16 +30,16 @@ Secondly, choose an implementation: `standalone` impl only allows to unlock defa
<details> <details>
<summary>Standalone Implementation</summary> <summary>Standalone Implementation</summary>
``` ```
cd gnome-keyring-yubikey-unlock/src && make KEYRING_IMPL=standalone && cd .. cd gnome-keyring-yubikey-unlock/src && make KEYRING_IMPL=standalone && cd ..
``` ```
</details> </details>
<details> <details>
<summary>Lib Implementation</summary> <summary>Lib Implementation</summary>
``` ```
cd gnome-keyring-yubikey-unlock/src && make KEYRING_IMPL=lib && cd .. cd gnome-keyring-yubikey-unlock/src && make KEYRING_IMPL=lib && cd ..
``` ```
### Extra Dependency for "lib" implementation ### Extra Dependency for "lib" implementation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment