From 9f3d14cf918ae7384b9a170c8818f30c72aa89e8 Mon Sep 17 00:00:00 2001 From: cdotsh Date: Wed, 4 Dec 2024 14:55:37 +0100 Subject: [PATCH] Fixed build documentation: apt install --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 974a91e8..10899106 100644 --- a/docs/build.md +++ b/docs/build.md @@ -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.