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


Ignore:
Timestamp:
03/06/25 15:58:00 (6 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v39 v40  
    3737It will be necessary to add the **${CUPS_LIBS}**, **json-c**, **esmtp**, **ssl**, **crypto** libraries to rebuild the apps.
    3838
    39 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:
     39A new environment variable **${PRT_LIBS}** is being added to the environment to simplify this. Refer to [wiki:Dev/DevVMTechnical Development VM Technical Information]
     40 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:
    4041{{{
    4142export PRT_LIBS="cups -lavahi-common -lavahi-client -ldbus-1 -lsystemd -lzstd -lcap -ljson-c -lesmtp -lcrypto"