Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Dependencies #67

Closed
lanodan opened this issue Oct 24, 2017 · 1 comment
Closed

Missing Dependencies #67

lanodan opened this issue Oct 24, 2017 · 1 comment
Assignees
Labels

Comments

@lanodan
Copy link

lanodan commented Oct 24, 2017

Looks like you forgot:

  • threads
  • gtest

Also you can see in #66 the configure part(meson) finishes without errors while xapian isn’t installed (and so detected). If there is optional dependencies please say so.

@mgautierfr
Copy link
Collaborator

threads is a generic name for meson to identify the "thread library".
This threading library may change depending of the system. (On linux, it is pthread, who is part of glibc).
This is not a "real" dependency as it is provided by the standard libc and there is nothing to install (but the libc)

gtest was using meson subproject. So it was not needed to have it installed.
I've recently change about this to use the system one if meson find it or use the subproject else.
I've added gtest dependency to the README.

I've also added to README the fact that xapian is optional.

kelson42 added a commit that referenced this issue Mar 30, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants