fbnzk / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Need a way to specify Snappy install path #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There doesn't seem to be a way to tell the build system that Snappy is 
installed in a non-standard location (e.g. in /opt/local using MacPorts).

Original issue reported on code.google.com by electrum on 1 Aug 2011 at 12:06

GoogleCodeExporter commented 9 years ago
I used this way, hope this can help
CXXFLAGS="-I ../snappy-1.0.5 -L ../snappy-1.0.5/.libs/" make

Original comment by zha...@gmail.com on 10 Nov 2012 at 2:11