xiaomai

Results 7 comments of xiaomai

Do I need to install the header files? I thought just copy `libfaiss_c.so` to `/usr/local/lib/` is enough. How should I install this `faiss/c_api/AutoTune_c.h` header file?

When I run the `make -C build install` command after `make -C build -j faiss`, it shows: ``` (base) qi@Tians-MacBook-Pro faiss % make -C build install [ 61%] Built target...

`make -C install` shows `make: *** install: No such file or directory. Stop.`

Oh, it works! But I can not find the `libfaiss.so` after the build...It is not in the `/build/c_api` or `/build/lib` Currently `make -C build install` shows: ``` (base) qi@Tians-MacBook-Pro faiss...

No, I can only find `libfaiss.dylib`, I searched all files in faiss, and there is no `libfaiss.so`...

Yes, I tried again, my commands are: ``` cmake -B build -DFAISS_ENABLE_GPU=OFF -DFAISS_ENABLE_PYTHON=OFF -DFAISS_ENABLE_C_API=ON -DBUILD_SHARED_LIBS=ON . make -C build make -C build install ``` But still no `libfaiss.so` in build...

Yes, but when I run `go get github.com/DataIntelligenceCrew/go-faiss`, it shows: ``` # github.com/DataIntelligenceCrew/go-faiss ld: library not found for -lfaiss_c clang: error: linker command failed with exit code 1 (use -v...