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


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

--

Legend:

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

    v38 v39  
    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. 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:
     37It will be necessary to add the **${CUPS_LIBS}**, **json-c**, **esmtp**, **ssl**, **crypto** libraries to rebuild the apps.
     38
     39A 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:
    3840{{{
    3941export PRT_LIBS="cups -lavahi-common -lavahi-client -ldbus-1 -lsystemd -lzstd -lcap -ljson-c -lesmtp -lcrypto"