X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=README.md;h=30df7fa46c0878815a12d275a7a988da1b2e6fa0;hp=e6800cb6e50c04a9053cf22a4a818a17b15ff34b;hb=b160fd7b4a567d48ca19b6f2c0e93f076b86e85d;hpb=67f639c0036009befc4edb4ba1d4793cd8d573de;ds=inline diff --git a/README.md b/README.md index e6800cb6..30df7fa4 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 ```