yubikey-luks icon indicating copy to clipboard operation
yubikey-luks copied to clipboard

No description of install dependencies

Open rjhenry opened this issue 3 years ago • 3 comments

As someone who set this up on one machine a while ago - so already has a Yubikey set up - and installing on a freshly-built system, it's not clear what needs to be installed for this to work. The list I have found is the following packages:

  • git (for the original clone)
  • make
  • devscripts (for debuild)
  • dh-exec
  • yubikey-personalization for the ykchalrespand ykinfo files.

I'll draft some doc for this soon and create a PR (likely tomorrow), though any other dependencies I missed (or got pulled in elsewhere) would be appreciated.

rjhenry avatar Aug 17 '21 21:08 rjhenry

Dependencies are declared in deb control file.

Vincent43 avatar Aug 18 '21 11:08 Vincent43

Those are dependencies for the compiled .deb - not things needed to build it. I've gotten a little held up with setting up my new workstation so I don't know when a PR will be opened, but I'll try and get something Soon (TM).

rjhenry avatar Aug 18 '21 21:08 rjhenry

Both build-deps and package deps are listed there including some of those you listed above.

Vincent43 avatar Aug 19 '21 15:08 Vincent43