DEₑSU Anonymouse

Installing Cables Communication

Installation on a Linux system

In order to build and install cables communication, start with checking out the git tree:

$ git clone https://github.com/mkdesu/cables.git

Then, follow the deployment instructions in the GitHub Wiki.

Authenticity

All git tags are signed, so the easiest way to verify git sources is to verify the latest tag:

$ git tag -ln | tail -1
v1.1.1          Release 1.1.1

$ git tag -v v1.1.1
[…]
Release 1.1.1
gpg: Signature made Thu 29 Sep 2011 16:36:34 MSD
gpg:                using DSA key 0xFAD16647B37D8D87
gpg: Good signature from "Maxim Kammerer <mk@dee.su>"

and then review the differences between that tag and HEAD:

$ git diff v1.1.1...

Support

Bug reports, suggestions, and generic discussion are always welcome.