Changes between Version 11 and Version 12 of Docs/825gen2/Dev/DevVMTechnical
- Timestamp:
- 03/06/25 13:41:18 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Docs/825gen2/Dev/DevVMTechnical
v11 v12 1 1 = Development VM Technical Information = 2 3 == Fedora Packages == 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: 6 {{{ 7 sudo dnf install json-c-devel 8 sudo dnf install libesmtp-devel 9 }}} 2 10 3 11 == Environment Variables == … … 180 188 This will recreate the symbolic links in **/opt/arm64include** and **/opt/arm64lib** 181 189 182 == Fedora Packages ==183 184 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:185 {{{186 sudo dnf install json-c-devel187 sudo dnf install libesmtp-devel188 }}}