Skip to content

Commit

Permalink
Update INSTALL notes for new zint version
Browse files Browse the repository at this point in the history
  • Loading branch information
bleybaert committed Apr 15, 2021
1 parent 99049b4 commit b6e2431
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
9 changes: 7 additions & 2 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ Documentviewer dependencies

imio.helpers barcode generation
> apt install libpng-dev
> wget https://datapacket.dl.sourceforge.net/project/zint/zint/2.6.0/zint_2.6.0_amd64.deb
> dpkg -i zint_2.6.0_amd64.deb
> wget https://sourceforge.net/projects/zint/files/zint/2.9.1/zint-2.9.1-src.tar.gz
> tar -xvf zint-2.9.1-src.tar.gz
> cd zint-2.9.1-src
> mkdir build
> cd build
> cmake ..
> make install

We work in the folder /srv
> cd /srv
Expand Down
9 changes: 8 additions & 1 deletion INSTALL_fr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ Dépendances de documentviewer:

Dépendance d'imio.helpers pour la génération de code-barre
> apt install libpng-dev
> wget https://datapacket.dl.sourceforge.net/project/zint/zint/2.6.0/zint_2.6.0_amd64.deb
> wget https://sourceforge.net/projects/zint/files/zint/2.9.1/zint-2.9.1-src.tar.gz
> tar -xvf zint-2.9.1-src.tar.gz
> cd zint-2.9.1-src
> mkdir build
> cd build
> cmake ..
> make install

> dpkg -i zint_2.6.0_amd64.deb

On va travailler dans le dossier /srv
Expand Down

0 comments on commit b6e2431

Please sign in to comment.