X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=README.md;h=cea4178ba698e6ebd972647c999f3987119d4bad;hp=9b5f4ac49334344d6369926d0a2c61c6d9fc344c;hb=5cef863eee8a03e1b6b137fb283d6fe703f35d2d;hpb=a4c2f8ffd15449d471e2a3c29ed481a68ad94065 diff --git a/README.md b/README.md index 9b5f4ac4..cea4178b 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,15 @@ Folly is published on Github at https://github.com/facebook/folly folly requires gcc 4.8+ and a version of boost compiled with C++11 support. Please download googletest from -https://github.com/google/googletest/archive/release-1.7.0.zip and unzip it in the -folly/test subdirectory. +https://github.com/google/googletest/archive/release-1.8.0.tar.gz and unpack it into the +folly/test subdirectory as `gtest`: + + (cd folly/test && \ + rm -rf gtest && \ + wget https://github.com/google/googletest/archive/release-1.8.0.tar.gz && \ + tar zxf release-1.8.0.tar.gz && \ + rm -f release-1.8.0.tar.gz && \ + mv googletest-release-1.8.0 gtest) #### Ubuntu 12.04 @@ -106,7 +113,8 @@ sudo apt-get install \ zlib1g-dev \ binutils-dev \ libjemalloc-dev \ - libssl-dev + libssl-dev \ + pkg-config ``` If advanced debugging functionality is required @@ -147,8 +155,6 @@ You may also use `folly/build/bootstrap-osx-homebrew.sh` to build against `maste ``` cd folly ./build/bootstrap-osx-homebrew.sh - make - make check ``` #### OS X (MacPorts)