.so problem fixed

Shared Object(.so) file issue after doing a make install resolved.
This commit is contained in:
Jaskaran Singh
2015-02-03 00:16:21 +05:30
parent c321d54b86
commit dd6ee23e80
+6 -1
View File
@@ -137,7 +137,12 @@ If you wish to install mlpack to /usr/include/mlpack/ and /usr/lib/ and
permissions to those two directories), and simply type
$ make install
Run allknn program to check if everything is fine.
$ allknn --h
If there is a problem loading the .so files then
add line
export LD_LIBRARY_PATH=/usr/local/lib
to .bashrc file.
You can now run the executables by name; you can link against mlpack with
-lmlpack
and the mlpack headers are found in