From 671368bef6addc3706740e347e90a7b6f353e2d6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 Aug 2015 15:08:58 -0700 Subject: [PATCH] folly: update README.md for newer Fedora Summary: Running ./configure on Fedora 21 failed until I installed some more prerequisite packages. Add them to the list in README.md. Reviewed By: @markisaa Differential Revision: D2369708 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30df7fa4..fb6c1243 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Other Linux distributions - additional platform specific dependencies: - Fedora 17 64-bit + Fedora 21 64-bit - gcc - gcc-c++ - autoconf @@ -159,4 +159,7 @@ Other Linux distributions - zlib-devel - glog-devel - gflags-devel - - scons (for double-conversion) + - scons + - double-conversion-devel + - openssl-devel + - libevent-devel -- 2.34.1