Run the build
The executable can be found in the ‘bin’ directory.
$ $DEST/bin/quvi --version
If you are wondering what “$DEST” is, see here.
Tips
Add $DEST to PATH:
$ export PATH=$DEST/bin:$PATH
$ quvi --version
Modify MANPATH so that man(1) will find the installed manpages:
$ export MANPATH=$DEST/share/man/:$MANPATH
$ man 1 quvi-get
$ $DEST/bin/quvi help get
- See here for $DEST