Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.12 KB

Win/OSX updater component

European Regional Development Fund

  • License: LGPL 2.1
  • © Estonian Information System Authority

Building

Build Status

OSX

  1. Fetch the source

     git clone --recursive https://github.com/open-eid/updater
     cd updater
    
  2. Configure

     cmake -B build -S .
    
  3. Build

     cmake --build build
    
  4. Install

     sudo cmake --build build --target install
    
  5. Execute

     open /Library/PreferencePanes/id-updater.prefPane
    

Support

Official builds are provided through official distribution point id.ee. If you want support, you need to be using official builds.

Source code is provided on "as is" terms with no warranty (see license for more information). Do not file Github issues with generic support requests.