Update README.md

Remove sparsehash build section.
This commit is contained in:
Jacob Dufault 2017-04-19 15:46:18 -07:00 committed by GitHub
parent c60fae5abb
commit 9cb45c0ea0

View File

@ -32,11 +32,6 @@ in the `vscode-client` folder.
# Build cquery
$ git clone https://github.com/jacobdufault/cquery --recursive
$ cd cquery
# Note: In the future we should not have to build sparsehash explicitly.
$ pushd third_party/sparsehash
$ ./configure
$ make
$ popd
$ ./waf configure
$ ./waf build