Skip to content

Fix metric certificates

Latest
Compare
Choose a tag to compare
@stronnag stronnag released this 27 Jul 11:46

Changes

  • Display final rating in feet
  • Calculate DLF correctly for metric input values

Download and Install

Debian and derivatives

It is necessary to download the archive and install it locally, e.g. (x.z.y represents the version number).

Note that this is built on Debian "Testing" and will also run on Ubuntu 24.04 and derivatives. It is unlikely to work on older OS.

$ curl -LO https://github.com/stronnag/IORCalc/releases/download/x.y.z/iorcalc_x.y.x_amd64.deb
$ sudo apt install ./iorcalc_x.y.z_amd64.deb

Other POSIX platforms (Linix, *BSD, MacOS)

Build from source

Windows

Use the installer (if / when available) or build from source.

Other branches

  • legacy - uses some deprecated Gtk functions
  • gtk3 - obsolete Gtk branch. Does not contain the above changes.