X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=README.md;h=fb6c124331f6fa2f94ac671ed7fd3046c721bdbf;hp=e6800cb6e50c04a9053cf22a4a818a17b15ff34b;hb=a5a5daef1f43d6222a0261e856edd3a62f2c7b24;hpb=bdcabdb49cc4d4f811fabef7cfa3852e5777e950 diff --git a/README.md b/README.md index e6800cb6..fb6c1243 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ Please download googletest from https://googletest.googlecode.com/files/gtest-1.7.0.zip and unzip it in the folly/test subdirectory. +Ubuntu 12.04 +------------ + +This release is old, requiring many upgrades. However, since Travis CI runs +on 12.04, `folly/build/deps_ubuntu_12.04.sh` is provided, and upgrades all +the required packages. + Ubuntu 13.10 ------------ @@ -71,11 +78,11 @@ OS X (Homebrew) ---- folly is available as a Formula and releases may be built via `brew install folly`. -You may also use `folly/bootstrap-osx-homebrew.sh` to build against `master`: +You may also use `folly/build/bootstrap-osx-homebrew.sh` to build against `master`: ``` cd folly - ./bootstrap-osx-homebrew.sh + ./build/bootstrap-osx-homebrew.sh make make check ``` @@ -138,7 +145,7 @@ Other Linux distributions - additional platform specific dependencies: - Fedora 17 64-bit + Fedora 21 64-bit - gcc - gcc-c++ - autoconf @@ -152,4 +159,7 @@ Other Linux distributions - zlib-devel - glog-devel - gflags-devel - - scons (for double-conversion) + - scons + - double-conversion-devel + - openssl-devel + - libevent-devel