Clone the Repository
Get the source code from GitHub
Configure
Run the configure script to set up build
Build & Install
Compile and install the binary
# Clone the repository
$ git clone https://github.com/animeshkundu/funnel.git
$ cd funnel
# Configure the build
$ ./configure
# Build the project
$ make
# Install (optional)
$ sudo make install