Skip to content

Commit

Permalink
make the home path not static
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuxa committed Jun 14, 2024
1 parent 24fa6e7 commit 4639e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Es wird der von Apple ausgelieferte clang compiler verwendet.
Beispiel: Innerhalb von macOS /Users/governikus/AusweisApp2 befindet sich der Quellcode.
::

$ cd /Users/governikus
$ cd $HOME/governikus
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=release ../AusweisApp2/libs
Expand All @@ -97,7 +97,7 @@ Die Einrichtung unter Linux/Unix ist einfach und erfordert nur die oben genannte

::

$ cd /home/governikus
$ cd $HOME/governikus
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=release ../AusweisApp/libs
Expand Down

0 comments on commit 4639e14

Please sign in to comment.