Skip to content

Commit

Permalink
Fixed build documentation: apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
cdotsh committed Dec 4, 2024
1 parent ffd1691 commit 9f3d14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ which allows a clear installation and removal of the package:

rm -f packages/*
fakeroot make -j4 package
sudo apt install packages/openhantek_*_amd64.deb
sudo apt install ./packages/openhantek_*_amd64.deb

If you detect that icons are not displayed correctly, please check if the Qt SVG library is installed on your system.
The Linux systems mentioned above include this lib when you install according to the provided lists.
Expand Down

0 comments on commit 9f3d14c

Please sign in to comment.