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

Some notes on Installation #2

Closed
kohlerm opened this issue Jul 4, 2016 · 1 comment
Closed

Some notes on Installation #2

kohlerm opened this issue Jul 4, 2016 · 1 comment

Comments

@kohlerm
Copy link

kohlerm commented Jul 4, 2016

Hi,
Great to see some alternative to csearch!
I tried to install it an RHEL 7.2 and I had to do some additional steps.

I had to do an go get first:
go get github.com/google/zoekt/cmd/zoekt-index

It would also he helpful to mention that the git repository indexing support depends on libgit2 (and libgit2-devel, I guess) being installed, which in turn depends on git2go. They mean issue here for me was that on my OS only version 0.21 of libgit2 was available in the repository. I therefore had to compile libgit (0.24) from scratch, which worked flawlessly.

@kohlerm
Copy link
Author

kohlerm commented Jul 4, 2016

also it seems
if one wants to use ctags it has to be either named
ctags-universal or ctags-exuberant see (https://github.com/google/zoekt/blob/master/build/builder.go)

My ctags-universal was named just "ctags"

@hanwen hanwen closed this as completed in 242638c Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant