Skip to content

Instantly share code, notes, and snippets.

@rvill
rvill / mapbox.framework
Created July 31, 2014 19:11
Create independent project with mapbox.framework sdk
#Not mentioned after following mapbox.com/mapbox- ios-sdk, go to Targets > Build Settings > Search Paths > User Header Search Paths
$(SCROOT)/path/to/mapbox.framework
#select 'recursive'
@rvill
rvill / LD_Library_Path
Last active August 29, 2015 14:04
set LD library path
export LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH}
#path to bin directory with libANN_char.so, Approximate Nearest Neighbor library
export LD_LIBRARY_PATH=./bin/