Easy steps to install flann package on Mac
Package Information:
Application Name – flann
What is flann – Not Available for flann
Use of flann – Fast Library for Approximate Nearest Neighbors
URL – https://github.com/mariusmuja/flann
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install flann using brew
brew install flann

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

flann is ready to use now!