Browse Source

Update README.md

Remove sparsehash build section.
pull/2/head
Jacob Dufault 8 years ago
committed by GitHub
parent
commit
9cb45c0ea0
  1. 5
      README.md

5
README.md

@ -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

Loading…
Cancel
Save