Changes between Version 37 and Version 38 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
03/06/25 12:26:37 (6 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DeveloperNews

    v37 v38  
    3535Apps that use these classes for ticket printing can be recompiled with the updated lib825ev to support sending emails and CUPS printing.
    3636
    37 It will be necessary to add the **${CUPS_LIBS}**, **json-c**, **esmtp**, **ssl**, **crypto** libraries to rebuild the apps.
     37It 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{{{
     39export PRT_LIBS="cups -lavahi-common -lavahi-client -ldbus-1 -lsystemd -lzstd -lcap -ljson-c -lesmtp -lcrypto"
     40}}}
    3841
    3942The **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.