diff --git a/INSTALL b/INSTALL index 7f9e49000..160b0dd88 100644 --- a/INSTALL +++ b/INSTALL @@ -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 + #include + Python ------