Changes between Version 35 and Version 36 of Docs/825gen2/Dev/Simulating825gen2


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

--

Legend:

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

    v35 v36  
    103103||**Library**||**Description**||
    104104||825ev ,,1,,||Main 825 library||
    105 ||825lang||825 Multi language *||
    106 ||825sql||825 SQLite *||
    107 ||sqlite3||825 SQLite *||
     105||825lang ,,2,,||825 Multi language||
     106||825sql ,,3,,||825 SQLite||
     107||sqlite3 ,,3,,||825 SQLite *||
    108108||${UI_LIBS}|| ||
    109109||${CAIRO_SIM_LIBS}|| ||
    110110||${GLIB_LIBS}|| ||
    111 ||${PRT_SIM_LIBS}||(PRT_SIM_LIBS new 2025-03-05) * ||
     111||${PRT_SIM_LIBS} ,,4,,||(PRT_SIM_LIBS new 2025-03-05)||
    112112
    113113,,1,, Older apps may use 825 instead of 825ev
    114114
    115 * 825lang is used for newer 825 Gen2 apps. This is not needed for recompile of Legacy 825 app.
     115,,2,, 825lang is used for newer 825 Gen2 apps. This is not needed for recompile of Legacy 825 app.
    116116
    117 * 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 instead use sql3_7_9 which is statically linked.
     117,,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 instead use sql3_7_9 which is statically linked.
    118118
    119 * If VM is not updated to have PRT_SIM_LIBS environment variable instead use individual lines: cups, json-c, esmtp, ssl, crypto
     119,,4,, If VM is not updated to have PRT_SIM_LIBS environment variable instead use individual lines: cups, json-c, esmtp, ssl, crypto
    120120
    121121[[br]]