google / codesearch

Fast, indexed regexp search over large file trees
http://swtch.com/~rsc/regexp/regexp4.html
BSD 3-Clause "New" or "Revised" License
3.65k stars 375 forks source link

Where are the binaries? #52

Closed jamesblackshaw closed 5 years ago

jamesblackshaw commented 9 years ago

I've looked in here and although the top-level readme references binaries I can't find anything that isn't a .go file.

dgryski commented 9 years ago

The README contains information that is outdated from when it was hosted on code.google.com. Binaries must be built from source. Install a Go compiler and then run

go get github.com/google/codesearch/cmd/{csearch,cindex}

frederich commented 9 years ago

Damian, the README should be update (a45d81b686e85d01f2838439deaf72126ccd5a96).

dgryski commented 9 years ago

The README was updated to mention the move from code.google.com, but not the new lack of provided binaries. Precompiled binaries are currently not available.

frederich commented 9 years ago

Agreed!

suntong commented 7 years ago

The README, which says,

Binary downloads are available for those who do not have Go installed. See https://github.com/google/codesearch.

should really be corrected.

BTW, I bet most of those people seeking binary downloads are Windows people. I myself is looking for Windows binary just to save me doing compiling myself on that pathetic platform.

junkblocker commented 7 years ago

If you are ok with a fork with some changes, you can get binaries from https://github.com/junkblocker/codesearch/releases .

suntong commented 7 years ago

"A fork ... to make it a more generally usable tool" I like it! and thanks too for the precompiled binaries for Windows, that pathetic platform I hate doing compiling on my own.