]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
update readme dependencies
authorBastian Dehn <hhaalo@arcor.de>
Tue, 12 May 2026 04:49:31 +0000 (06:49 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 12 May 2026 04:49:31 +0000 (06:49 +0200)
readme.md

index 4d4e3f57986c835f8b18745a83ea17ac9a326df2..e9682e6fa80f507f9887642be5161abe4dc940c7 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -50,7 +50,13 @@ sudo apt-get install libsane-dev libconfuse-dev libcurl4-gnutls-dev libjson-c-de
 If you want to use old image converter with ImageMagick then install `libmagickcore-dev`
 
 ```bash
-sudo apt-get install libmagickcore-dev
+sudo apt-get install imagemagick libmagickcore-dev
+```
+
+install develop dependencies
+
+```bash
+sudo apt-get install libcmocka-dev cppcheck lcov
 ```
 
 ### Build source
@@ -110,12 +116,6 @@ username = "muster"
 
 ## Develop with Tests
 
-install develop dependencies
-
-```bash
-sudo apt-get install libcmocka-dev cppcheck lcov
-```
-
 build with tests and run it
 
 ```bash