Changes between Version 39 and Version 40 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 03/06/25 15:58:00 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v39 v40 37 37 It will be necessary to add the **${CUPS_LIBS}**, **json-c**, **esmtp**, **ssl**, **crypto** libraries to rebuild the apps. 38 38 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: 39 A 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: 40 41 {{{ 41 42 export PRT_LIBS="cups -lavahi-common -lavahi-client -ldbus-1 -lsystemd -lzstd -lcap -ljson-c -lesmtp -lcrypto"