Changes between Version 44 and Version 45 of Docs/825gen2/Dev/Simulating825gen2


Ignore:
Timestamp:
10/29/25 15:27:55 (2 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v44 v45  
    9494||"${workspace_loc:/lib825lang/inc}" ,,2,,||825 Multi language||
    9595||"${workspace_loc:/lib825sql/inc}" ,,3,,||825 SQLite||
     96||"${workspace_loc:/lib825db/inc}" ,,4,,||825 SQLite/MySQL||
    9697||/usr/include/freetype2|| ||
    9798||/usr/include/pixman-1/|| ||
     
    108109,,3,, Older recompiled apps may instead use //sql3_7_9//. To use //sql3_7_9// library change include path "${workspace_loc:/libsql3_7_9/inc}".
    109110
     111,,4,, For newer apps //lib825db// may be used instead of //lib825sql// to allow for SQLite and MySQL database support.
     112
    110113=== Libraries ===
    111114
     
    115118||825sql ,,3,,||825 SQLite||
    116119||sqlite3 ,,3,,||825 SQLite||
     120||825db ,,4,,||825 SQLite/MySQL||
     121||mysqlclient ,,4,,||MySQL client||
    117122||${UI_LIBS}|| ||
    118123||${CAIRO_SIM_LIBS}|| ||
    119124||${GLIB_LIBS}|| ||
    120 ||${PRT_SIM_LIBS} ,,4,,||(PRT_SIM_LIBS new 2025-03-05)||
     125||${PRT_SIM_LIBS} ,,5,,||(PRT_SIM_LIBS new 2025-03-05)||
    121126
    122127,,1,, Older apps may use //825// instead of //825ev//.
     
    126131,,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.
    127132
    128 ,,4,, If VM is not updated to have PRT_SIM_LIBS environment variable instead use individual lines: cups, json-c, esmtp, ssl, crypto
     133,,4,, For even newer apps it is preferred to use //825db//, //sqlite3//, and //mysqlclient// to allow support for SQLite and MySQL.
     134
     135,,5,, If VM is not updated to have PRT_SIM_LIBS environment variable instead use individual lines: cups, json-c, esmtp, ssl, crypto
    129136
    130137[[br]]