Installation - Hipuranyhou/macfand GitHub Wiki

Arch AUR package will be available.

This installation method is using the included macfand.service to enable macfand on startup using systemd. If you wish not to use systemd for activation of macfand on startup, remove all lines including systemctl from the Makefile, continue with this guide and finally enable macfand using your autostart method.

Firstly, clone this repo using:

$ git clone https://github.com/Hipuranyhou/macfand.git

Next, compile macfand using:

$ cd macfand
$ make

Finally, install using:

# make install

This will install macfand to /usr/bin, configuration file to /etc and enable the included macfand.service unit to start with your system.

Please, continue to Configuration.