Changes between Version 37 and Version 38 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 03/06/25 12:26:37 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v37 v38 35 35 Apps that use these classes for ticket printing can be recompiled with the updated lib825ev to support sending emails and CUPS printing. 36 36 37 It will be necessary to add the **${CUPS_LIBS}**, **json-c**, **esmtp**, **ssl**, **crypto** libraries to rebuild the apps. 37 It will be necessary to add the **${CUPS_LIBS}**, **json-c**, **esmtp**, **ssl**, **crypto** libraries to rebuild the apps. A new environment variable **${PRT_LIBS}** is being added to the environment to simplify this. To add this to an existing VM from a terminal type "kate /etc/profile.d/arm825env.sh". Add the following line below the "export CUPS_LIB=..." line: 38 {{{ 39 export PRT_LIBS="cups -lavahi-common -lavahi-client -ldbus-1 -lsystemd -lzstd -lcap -ljson-c -lesmtp -lcrypto" 40 }}} 38 41 39 42 The **Configuration** app is updated to specify email server parameters. The **Configuration** program is being updated to allow formatting graphical tickets. This will allow specifying graphic files such as company logos to print on the ticket.