💾 Archived View for kamid.omarpolo.com › install.gmi captured on 2022-04-29 at 11:34:07. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

➡️ Next capture (2022-06-11)

-=-=-=-=-=-=-

installation guide

kamid has a short number of dependency, namely:

Sources can be fetched from:

kamid-0.1.tar.gz

It's strongly advised to verify the tarball before compiling. A SHA256 file is provided, but it can only detect accidental corruption. Instead, use signify and SHA256.sig to cryptographically verify the downloaded tarball.

$ signify -Cp kamid-0.1.pub -x SHA256.sig
Signature Verified
kamid-0.1.pub: OK
kamid-0.1.tar.gz: OK
kamid-0.2.pub: OK

The signify pubkeys for this and the next release are:

kamid-0.1.pub:	RWTaqCGPkA11Nhvo+uW+U1EKASiVo3IxKrQOqLaEtpYDdw5qLzs4a/9T
kamid-0.2.pub:	RWRwqQVDYtY1jTc1lXqyu2e+ZGWgN/h3n/LE/at7pNTuJ1qWsogFvDh8

Once the dependencies are installed, building is as easy as:

$ tar xzf kamid-0.1.tar.gz
$ cd kamid-0.1.tar.gz
$ ./configure
$ make
# make install	# eventually

This should install a few programs:

and the relative manpages.

To set it up, proceed to the tutorial.