Zmiany pomiędzy wersją 33 and wersją 34 dla DeployerGuide/Customization/OCRInvoice
- Data i czas:
- 11/13/20 13:22:57 (4 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/OCRInvoice
v33 v34 9 9 10 10 {{{ 11 apt-get install build-essential checkinstall12 11 apt-get install autoconf-archive automake g++ libtool libleptonica-dev pkg-config 13 12 apt-get install git … … 21 20 {{{ 22 21 apt-get purge poppler-utils 22 sudo apt-get install libopenjp2-7-dev libgdk-pixbuf2.0-dev cmake checkinstall 23 sudo apt-get install libfreetype6-dev 24 sudo apt-get install libfontconfig-dev 23 25 mkdir /usr/lib/poppler_utils 24 26 cd /usr/lib/poppler_utils … … 26 28 tar -xf poppler-0.86.1.tar.xz 27 29 cd poppler-0.86.1 28 29 ----- 30 ./configure 31 make 32 checkinstall 30 mkdir build 31 cd build 32 cmake .. 33 sudo checkinstall make install 33 34 }}} 34 35