fixing readme and configure script links to double-conv
authorMarcin Pawlowski <mpawlowski@fb.com>
Wed, 28 Jan 2015 00:01:46 +0000 (16:01 -0800)
committerwoo <woo@fb.com>
Mon, 2 Feb 2015 21:15:05 +0000 (13:15 -0800)
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

diff --git a/README b/README
index 9fdbd32d4c5f628050de4a5931f02ead77a24678..5fc44e1773d3ad4cf6b216d2d763d531ea7c928c 100644 (file)
--- 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: