From de85d4776532efffcefaf3f931d073597f9e7b90 Mon Sep 17 00:00:00 2001 From: Jaye Evins Date: Sat, 16 Aug 2025 17:47:12 -0400 Subject: [PATCH] Small update to linux build instructions (#133) Need to run ldconfig after installing zint, to update the dynamic linker's run-time bindings. --- docs/BUILD-INSTRUCTIONS-LINUX.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/BUILD-INSTRUCTIONS-LINUX.md b/docs/BUILD-INSTRUCTIONS-LINUX.md index 880ff5b..3e92ce7 100644 --- a/docs/BUILD-INSTRUCTIONS-LINUX.md +++ b/docs/BUILD-INSTRUCTIONS-LINUX.md @@ -47,7 +47,9 @@ tar xzf zint-2.15.0-src.tar.gz cd zint-2.15.0-src/ mkdir build && cd build && cmake .. && make sudo make install +sudo ldconfig ``` + _GNU Barcode (Optional)_ ```