Skip to content

GetAndBuild

SMerrony edited this page May 4, 2022 · 3 revisions

Getting daikin2mqtt

Releases

Unless you are helping with the development of daikin2mqtt you should probably use the latest release of the software,

The latest release should be available at github.com/SMerrony/daikin2mqtt/releases/latest

Binaries

A binary for 64-bit Linux (Debian-based) might be included with a release, otherwise you will need to build from source.

Binary Deployment

To deploy the binary Linux version you will need to ensure the following packages are installed...

  • libmosquitto1
  • libgnat-9
  • libgnatcoll18
  • libaws5

Build from Source

Prerequisites

Obtain the Source

  • Download the code in either .zip or .tar.gz format from github.com/SMerrony/daikin2mqtt/releases/latest
  • Uncompress the file
  • cd into the source directory

Build

gprbuild -Xmode=release

The build should complete quickly with no errors and produce a daikin2mqtt executable in the current directory.

Now move on to Configuration.