From 9cb45c0ea0aaacdc7896565369c33170e4ee97c5 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Wed, 19 Apr 2017 15:46:18 -0700 Subject: [PATCH] Update README.md Remove sparsehash build section. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 6517a76e..a88c1233 100644 --- a/README.md +++ b/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