Skip to content

Instantly share code, notes, and snippets.

@mosuka
Created June 17, 2017 17:03
Show Gist options
  • Save mosuka/430afd2e431ebc91f87066714589e0ad to your computer and use it in GitHub Desktop.
Save mosuka/430afd2e431ebc91f87066714589e0ad to your computer and use it in GitHub Desktop.
Bleve build
Ubuntu 16.04 LTS (Xenial Xerus)
$ sudo apt-get install libleveldb-dev libstemmer-dev libicu-dev build-essential
$ go get -u -v github.com/blevesearch/cld2
$ cd $GOPATH/src/github.com/blevesearch/cld2
$ git clone https://github.com/CLD2Owners/cld2.git
$ cd cld2/internal
$ ./compile_libs.sh
$ sudo cp *.so /usr/local/lib
$ go get -u -v -tags full github.com/blevesearch/bleve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment