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
Merge branch 'community' into community
  • Loading branch information
mrtuxa committed Jan 24, 2024
commit 8fbdea5437853d6828569d1cda6a4d1faaa9389d
7 changes: 5 additions & 2 deletions libs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ Es wird der von Apple ausgelieferte clang compiler verwendet.
$ cd /Users/governikus
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=release ../AusweisApp/libs
$ cmake -DCMAKE_BUILD_TYPE=release ../AusweisApp2/libs
$ make

=======
Beispiel: Innerhalb von /Users/governikus/AusweisApp befindet sich der Quellcode.


Linux / Unix
^^^^^^^^^^^^
Expand All @@ -102,7 +105,7 @@ Die Einrichtung unter Linux/Unix ist einfach und erfordert nur die oben genannte
$ 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

$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=release ../AusweisApp2/libs
$ cmake -DCMAKE_BUILD_TYPE=release ../AusweisApp/libs
$ make


Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.