Small update to linux build instructions (#133)

Need to run ldconfig after installing zint, to update the dynamic linker's
run-time bindings.
This commit is contained in:
Jaye Evins
2025-08-16 17:47:12 -04:00
parent b6b62fcfb5
commit de85d47765
+2
View File
@@ -47,7 +47,9 @@ tar xzf zint-2.15.0-src.tar.gz
cd zint-2.15.0-src/ cd zint-2.15.0-src/
mkdir build && cd build && cmake .. && make mkdir build && cd build && cmake .. && make
sudo make install sudo make install
sudo ldconfig
``` ```
_GNU Barcode (Optional)_ _GNU Barcode (Optional)_
``` ```