This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
NewerOlder