Skip to content

Commit 349f470

Browse files
committed
⬆️ upgrade Zint to v2.13.0
1 parent 3b88071 commit 349f470

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ matrix:
2424
sudo: require
2525
env:
2626
- QMAKE_PATH=/usr/lib/x86_64-linux-gnu/qt5/bin/qmake
27+
- ZINT_VERSION=2.13.0
2728

2829
install:
2930
- sudo apt-get -y install qtbase5-dev libqt5svg5-dev qttools5-dev
3031
- sudo apt-get -y install xvfb
3132
- sudo apt-get -y install pkgconf libqrencode-dev
3233
- sudo apt-get -y install barcode
3334
# Install zint from source
34-
- wget https://downloads.sourceforge.net/project/zint/zint/2.12.0/zint-2.12.0-src.tar.gz && tar xzf zint-2.12.0-src.tar.gz && ( cd zint-2.12.0-src && mkdir build && cd build && cmake .. && make && sudo make install )
35+
- wget https://downloads.sourceforge.net/project/zint/zint/$ZINT_VERSION/zint-$ZINT_VERSION-src.tar.gz && tar xzf zint-$ZINT_VERSION-src.tar.gz && ( cd zint-$ZINT_VERSION-src && mkdir build && cd build && cmake .. && make && sudo make install )
3536
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
3637

3738
before_script:

docs/BUILD-INSTRUCTIONS-LINUX.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ _Zint (Optional)_
4141

4242
Install zint from source:
4343
```
44-
wget https://downloads.sourceforge.net/project/zint/zint/2.12.0/zint-2.12.0-src.tar.gz
45-
tar xzf zint-2.12.0-src.tar.gz
46-
cd zint-2.12.0-src/
44+
wget https://downloads.sourceforge.net/project/zint/zint/2.13.0/zint-2.13.0-src.tar.gz
45+
tar xzf zint-2.13.0-src.tar.gz
46+
cd zint-2.13.0-src/
4747
mkdir build && cd build && cmake .. && make
4848
sudo make install
4949
```

0 commit comments

Comments
 (0)