Yubico / yubioath-flutter

Yubico Authenticator for Desktop (Windows, macOS and Linux) and Android
https://developers.yubico.com/yubioath-flutter/
Apache License 2.0
983 stars 134 forks source link

More steps needed to run in Linux (Ubuntu) #5

Closed kmpm closed 10 years ago

kmpm commented 10 years ago

I'm using Ubuntu 14.04 LTS and you need to install some packages before it will work.

sudo aptitude install python-pyscard python-pbkdf2 python-pyside

python-pyside is a quite large install and it might be sufficient with less but with these packages it works at least.

Please update the readme

kmpm commented 10 years ago

installing the package python-pyside.qtgui might be sufficient and then you don't need the full pyside

kmpm commented 10 years ago

And to actually get it working you need to install pcscd as well. See issue #7

kmpm commented 10 years ago

the pull request closes this