Changes between Version 122 and Version 123 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
03/11/25 13:57:45 (5 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v122 v123  
    140140||/opt/armv8a/fontconfig/usr/include/|| ||
    141141
    142 ,,1,, Older apps may use lib825 instead of lib825ev. In this case use "${workspace_loc:/lib825/inc}"
    143 
    144 ,,2,, 825lang is used by newer apps. This is not needed for recompile of older apps.
    145 
    146 ,,3,, Older recompiled apps may instead use sql or sql3_7_9. If it is sql it is recommended to change it to use sql3_7_9. To use sql3_7_9 library change include path "${workspace_loc:/libsql3_7_9/inc}".
     142,,1,, Older apps may use //lib825// instead of //lib825ev//. In this case use "${workspace_loc:/lib825/inc}"
     143
     144,,2,, //825lang// is used by newer apps. This is not needed for recompile of older apps.
     145
     146,,3,, Older recompiled apps may instead use //sql// or //sql3_7_9//. If it is //sql// it is recommended to change it to use //sql3_7_9//. To use //sql3_7_9// library change include path "${workspace_loc:/libsql3_7_9/inc}".
    147147
    148148=== Libraries ===
     
    159159||${GLIB_LIBS}|| ||
    160160
    161 ,,1,, Older apps may use 825 instead of 825ev.
    162 
    163 ,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
    164 
    165 ,,3,, 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.
     161,,1,, Older apps may use //825// instead of //825ev//.
     162
     163,,2,, //825lang// is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
     164
     165,,3,, 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.
    166166
    167167[[br]]
     
    175175||/opt/arm64lib||
    176176
    177 ,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Debug-ARM825}
    178 
    179 ,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
    180 
    181 ,,3,, If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}".
     177,,1,, Older apps may use //lib825// instead of //lib825ev//. In this case use search path: ${workspace_loc:/lib825/Debug-ARM825}
     178
     179,,2,, //825lang// is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
     180
     181,,3,, If //sql3_7_9// library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}".
    182182
    183183**Release-ARM825 build configuration**
     
    189189||/opt/arm64lib||
    190190
    191 ,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Release-ARM825}
    192 
    193 ,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
    194 
    195 ,,3,, If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Release-ARM825}".
     191,,1,, Older apps may use //lib825// instead of //lib825ev//. In this case use search path: ${workspace_loc:/lib825/Release-ARM825}
     192
     193,,2,, //825lang// is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
     194
     195,,3,, If //sql3_7_9// library is used change search path to "${workspace_loc:/libsql3_7_9/Release-ARM825}".
    196196
    197197== Next Steps ==