From 9e459fba646a82e4464f4d191651e871d1a6e86f Mon Sep 17 00:00:00 2001 From: Jordan DeLong Date: Sat, 2 Jun 2012 16:13:53 -0700 Subject: [PATCH] Update the folly/README Summary: Now that we have an Overview.md. Test Plan: None. --- folly/README | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/folly/README b/folly/README index 056d2d7a..766078b3 100644 --- a/folly/README +++ b/folly/README @@ -3,24 +3,6 @@ Folly: Facebook Open-source LibrarY Folly is an open-source C++ library developed and used at Facebook. -Note to Facebook contributors: -* Code in folly may ONLY depend on other code from folly, - external libraries from /home/engshare/externals and from - fbcode/external (preferably only the latter, eventually all deps - will be moved to external) -* Code in folly goes in namespace folly. -* Tests should go in tests directory. -* Please keep Makefile.am's up to date. fbconfig should warn if - it thinks something is missing. -* NO EXCEPTIONS. This will eventually be enforced. -* config.h is a generated file. It is checked in so fbmake can run - without needing to run autotools. To regenerate it, run - autoreconf - ./configure - You will probably also have to export the correct paths for your - enviroment (such as CC or CXX_INCLUDES) since we aren't using - the standard linux paths. - Dependencies ------------ -- 2.34.1