ihabunek / toot

toot - Mastodon CLI & TUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Provide an "install" Makefile target

strk opened this issue · comments

I was happy that make worked, but disappointed not to find a make install.
The good thing about standards (these are covered by the GNU Coding Standards) is that you don't need to know the details of a specific package to build and install it, would be nice if this was the case here too.

What would you expect make install do for toot? Installing from source is not a recommended way of installing it for usage. For dev, the procedure is somewhat more involved, documented in docs: https://toot.bezdomni.net/contributing.html#setting-up-a-dev-environment