Changes between Version 11 and Version 12 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
03/06/25 13:41:18 (2 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Docs/825gen2/Dev/DevVMTechnical

    v11 v12  
    11= Development VM Technical Information =
     2
     3== Fedora Packages ==
     4
     5The 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{{{
     7sudo dnf install json-c-devel
     8sudo dnf install libesmtp-devel
     9}}}
    210
    311== Environment Variables ==
     
    180188This will recreate the symbolic links in **/opt/arm64include** and **/opt/arm64lib**
    181189
    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-devel
    187 sudo dnf install libesmtp-devel
    188 }}}