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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:15:05 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 1a598d38318f26ce50f3aad44b227086e1b3f59f
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.


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

1a598d38318f26ce50f3aad44b227086e1b3f59f
 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