]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
update readme
authorBastian Dehn <hhaalo@arcor.de>
Tue, 14 May 2024 06:30:43 +0000 (08:30 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 14 May 2024 06:30:43 +0000 (08:30 +0200)
readme.md

index a032f436a10685a02eebc4ae77d62bfae50cf4e8..e89ec72a286d18e0f90bcc051f7a2d878d06407c 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -38,7 +38,7 @@ https://support.alarisworld.com/de-de/s2080w-scanner#Software
 
 ```bash
 mkdir build && cd build
-cmake ..
+cmake -DCMAKE_BUILD_TYPE=RELEASE ..
 make
 sudo make install
 ```
@@ -47,7 +47,7 @@ sudo make install
 
 ```bash
 mkdir build && cd build
-cmake ..
+cmake -DCMAKE_BUILD_TYPE=RELEASE ..
 make package
 ```