Changes between Version 58 and Version 59 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 02/19/25 13:46:10 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v58 v59 35 35 [[Image(ids_legacy_includes.png)]] 36 36 37 15. Under the "GCC C++ Linker" select "Libraries". If libraries "pthread" and "rt" are not already listed add them. Add "${UI_LIBS}". The "${UI_LIBS}" is a code to use the environment variable "UI_LIBS" in the list. This environment variable is preconfigured in the development VM to specify multiple user interface libraries. Also add lines "${CAIRO_LIBS}" and "${GLIB_LIBS}". These additional libraries allow for improved graphics features and remote control of the app.37 15. Under the "GCC C++ Linker" select "Libraries". If libraries "pthread" and "rt" are not already listed add them. Add "${UI_LIBS}". The "${UI_LIBS}" is a code to use the environment variable "UI_LIBS" in the list. This environment variable is preconfigured in the development VM to specify multiple user interface libraries. Also add lines "${CAIRO_LIBS}", "${GLIB_LIBS}", "${CUPS_LIBS}", and "json-c". The "${CUPS_LIBS}" and "json-c" may not be needed for all recompile projects. 38 38 39 39