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:
@@ -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)_
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user