Install and uninstall

Install

To perform an installation with default options, run the next command as root.

# make install

If you like, parameters name can be specified in the command line, like this.

# make install prefix=/usr/bin

Uninstall

To perform the uninstall process, type the next command (with or without some parameters in the command line).

# make uninstall