Changes between Version 111 and Version 112 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 03/11/25 10:03:13 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v111 v112 133 133 ||**Includes**||**Description**|| 134 134 ||"${workspace_loc:/lib825ev/inc}"||Main 825 library|| 135 ||"${workspace_loc:/lib825lang/inc}"||825 Multi language ||135 ||"${workspace_loc:/lib825lang/inc}"||825 Multi language *|| 136 136 ||"${workspace_loc:/lib825sql/inc}"||825 SQLite *|| 137 137 ||/opt/arm64include|| || 138 138 ||/opt/armv8a/fontconfig/usr/include/|| || 139 140 * 825lang is used by newer apps. This is not needed for recompile of older apps. 139 141 140 142 * Older recompiled apps may instead use sql3_7_9. To use sql3_7_9 library change include path "${workspace_loc:/libsql3_7_9/inc}". … … 150 152 ||${CAIRO_LIBS}|| || 151 153 ||${GLIB_LIBS}|| || 154 155 * 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. 152 156 153 157 * For newer apps it is preferred to use 825sql and sqlite3 for dynamically linked SQLite shared object that is already on 825 Gen2. Older recompiled apps may use sql3_7_9 instead of 825sql and remove sqlite3 line. sql3_7_9 is statically linked and includes the sqlite3 library. … … 169 173 ||**Library search path**||**Description**|| 170 174 ||${workspace_loc:/lib825ev/Release-ARM825}|| || 171 ||${workspace_loc:/lib825lang/Release-ARM825}|| ||175 ||${workspace_loc:/lib825lang/Release-ARM825}|| * || 172 176 ||${workspace_loc:/lib825sql/Release-ARM825}|| * || 173 177 ||/opt/arm64lib|| || 178 179 * 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. 174 180 175 181 * If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Release-ARM825}".