Skip to content

long-gong/ANN

Repository files navigation

ANN: Approximate Nearest Neighbors

Copy from https://www.cs.umd.edu/~mount/ANN/

Usage

Using make

git clone https://github.com/long-gong/ANN.git
cd ANN
make

Using 'cmake'

git clone https://github.com/long-gong/ANN.git
cd ANN
mkdir build && cd build
cmake ..
make