cflp-0.2.0: INSTALL
# Installation Instructions
You can install the `cflp` package as follows:
> ./configure
> make
> make install
This will register the package in your user package databse.
If you want to install it globally, type:
> ./configure --global
> make
> sudo make install