Update INSTALL

pull/55/head
Matthijs Douze 2017-03-21 12:14:03 +01:00 committed by GitHub
parent c507707098
commit 0faf794e5e
1 changed files with 6 additions and 0 deletions

View File

@ -261,6 +261,12 @@ The makefile generates a static and a dynamic library
the executable should be linked to one of these. If you use
the static version (.a), add the LDFLAGS used in the Makefile.
For binary-only distributions, the include files should be under
a faiss/ directory, so that they can be included as
#include <faiss/IndexIVFPQ.h>
#include <faiss/gpu/GpuIndexFlat.h>
Python
------