From eb0011d27a9d3c71737d280f2867b206332800bb Mon Sep 17 00:00:00 2001 From: Marcin Pawlowski Date: Tue, 27 Jan 2015 16:01:46 -0800 Subject: [PATCH] fixing readme and configure script links to double-conv Summary: Fixing following the issues raised by nsuke on github following his diff (https://github.com/facebook/folly/pull/112) Test Plan: visual inspection, tested build on arch linux Reviewed By: davejwatson@fb.com Subscribers: folly-diffs@ FB internal diff: D1807378 Tasks: 5909189 Signature: t1:1807378:1422403093:ca024f396a27ecd9b304c57643f0107764a38ca1 --- README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README b/README index 9fdbd32d..5fc44e17 100644 --- a/README +++ b/README @@ -77,13 +77,16 @@ of by the bootstrap script.) Other Linux distributions ------------------------- -- double-conversion (http://code.google.com/p/double-conversion/) +- double-conversion (https://github.com/floitsch/double-conversion/) Download and build double-conversion. You may need to tell configure where to find it. - ./configure LDFLAGS=-L$DOUBLE_CONVERISON_HOME/ CPPFLAGS=-I$DOUBLE_CONVERISON_HOME/src/ - + [double-conversion/] ln -s src double-conversion + + [folly/] ./configure LDFLAGS=-L$DOUBLE_CONVERISON_HOME/ CPPFLAGS=-I$DOUBLE_CONVERISON_HOME/ + + [folly/] LD_LIBRARY_PATH=$DOUBLE_CONVERISON_HOME/ make - additional platform specific dependencies: -- 2.34.1