Last active
August 29, 2015 14:04
-
-
Save rvill/7fc04bbf6adca321723a to your computer and use it in GitHub Desktop.
set LD library path
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/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment