[mlpack-git] master: .so problem fixed (cbd43cf)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Feb 2 17:06:02 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/bd6cb33f8d8270b02a84e81e38727679bb6c319a...a441349cbbd4e233337d2cbe87dfd66c89b41522

>---------------------------------------------------------------

commit cbd43cf3b7a613089de28e87eb026a4012e7a287
Author: Jaskaran Singh <jaskaranvirdi at ymail.com>
Date:   Tue Feb 3 00:29:19 2015 +0530

    .so problem fixed
    
    .so problem fixed after doing a make install.


>---------------------------------------------------------------

cbd43cf3b7a613089de28e87eb026a4012e7a287
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 7e080e9..960a3c9 100644
--- a/README.md
+++ b/README.md
@@ -138,12 +138,16 @@ permissions to those two directories), and simply type
 
     $ make install
 
-Run allknn program to check if everything is fine.
+As an example to check if install is working fine,type
+
     $ allknn --h
-If there is a problem loading the .so files then
 
-add line 
-  export LD_LIBRARY_PATH=/usr/local/lib 
+to get the help for the k nearest neigbours implementation of mlpack.
+
+If instead you get an error about problem of 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



More information about the mlpack-git mailing list