recolic / gnome-keyring-yubikey-unlock

This is a read-only mirror for https://git.recolic.net/root/gnome-keyring-yubikey-unlock
GNU General Public License v3.0
77 stars 5 forks source link

add support for Ubuntu 20.04 #4

Closed Octav14n closed 3 years ago

Octav14n commented 3 years ago

I added the instructions and changes I needed to make to make the program runable on Ubuntu 20.04.

g++ seems to need the input-file and output-parameter before the includes are declared (why ever that is?!) Ubuntu 20.04 does not have the needed packages in its repository so I added a section in README on how to install the dependencies.

Octav14n commented 3 years ago

OK, I made the suggested changes. I found a line I accidentally deleted (I have no idea how/why) and re-inserted it too.

recolic commented 3 years ago

Thanks!