Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 906 Bytes

Build_from_source.md

File metadata and controls

24 lines (17 loc) · 906 Bytes

General installation procedure from source

This file describes the general way to install Majordome from source.

Dependencies

My systems are mostly under Linux/Gentoo, but tested also on Armbian and Arch.

Installation

  1. install dependencies and C++ compilation suite if needed.
  2. extract Majordome sources "somewhere" (a.k.a in a temporary directory)
  3. install LFMakeMaker
  4. customise remake.sh as per your needs.
  5. execute remake.sh to update Makefiles.
  6. make
  7. copy Majordome binary somewhere in your path (/usr/local/sbin is suggested).