Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Linux/Unix to README #43

Open
wants to merge 9 commits into
base: community
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Update libs/README.rst
Co-authored-by: Tejas Kale <[email protected]>
  • Loading branch information
mrtuxa and tejaskale committed Aug 27, 2023
commit 5f76ec6b2e1e3dd4db50b5f1034c6ac13ceea657
6 changes: 6 additions & 0 deletions libs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ Linux / Unix
^^^^^^^^^^^^
Die Einrichtung unter Linux/Unix ist einfach und erfordert nur die oben genannten Einstellungen. Die meisten Distributionen haben den C Compiler bereits vorinstalliert, aber er kann auch nachträglich installiert werden.
Beispiel: Innerhalb von Linux/Unix /home/governikus/AusweisApp2 befindet sich der Quellcode
mrtuxa marked this conversation as resolved.
Show resolved Hide resolved

Install dependencies :

` sudo apt install libpcsclite1 libpcsclite-dev qttools5-dev libqt5svg5-dev libqt5websockets5-dev libqt5qml5 libqt5qml5-dev qtdeclarative5-dev qtbase5-dev qt-quickcontrols2-5-dev
misery marked this conversation as resolved.
Show resolved Hide resolved
`

::

$ cd /home/governikus

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make that $HOME and it is portable

Expand Down