Changes between Version 60 and Version 61 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 02/19/25 13:50:57 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v60 v61 37 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 40 39 16. Under "Library search path". Edit existing library paths as appropriate. For example change "${workspace_loc:/lib825ev/Debug}" to "${workspace_loc:/lib825ev/Debug-ARM825}" 41 40