Changes between Version 12 and Version 13 of Docs/825gen2/Dev/DevVMTechnical
- Timestamp:
- 03/06/25 13:43:42 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DevVMTechnical
v12 v13 3 3 == Fedora Packages == 4 4 5 The development VM has a number of pre-installed packages. Due to new features that are added to the library it may be necessary to install some additional packages. From a terminal window type: 5 The development VM has a number of pre-installed packages. Due to new features that are added to the library it may be necessary to install some additional packages. 6 7 The json-c library is now used for graphical CUPS ticket formatting. From a terminal window type: 6 8 {{{ 7 9 sudo dnf install json-c-devel 10 }}} 11 12 The libesmtp library will be used to allow sending tickets as emails. 13 {{{ 8 14 sudo dnf install libesmtp-devel 9 15 }}}