This is a small and unobtrusive unit converter. It is in fact a study in minimalism and effective UI design. Check out highlights + quickstart for a short howto.
Download a binary from the releases page
Convertor is written in object pascal, and is using the free pascal compiler and the lazarus widgets and library. So first go ahead and install Lazarus, it will install fpc with it.
- Install lazarus on your system.
- Clone this repo and open convertor.lpi in lazarus.
- Compile.
This was the first program I ever wrote in object pascal (or any language), so the style and logic are not the best you can find...
It is licensed under GPL3.