From: Marcin Pawlowski Date: Wed, 28 Jan 2015 00:01:46 +0000 (-0800) Subject: fixing readme and configure script links to double-conv X-Git-Tag: v0.23.0~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eb0011d27a9d3c71737d280f2867b206332800bb;p=folly.git 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 --- 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: