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

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


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

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

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

commit c839d5560ae2a7aef1f981c09e29101f7dd40320
Author: Jaskaran Singh <jaskaranvirdi at ymail.com>
Date:   Tue Feb 3 00:18:06 2015 +0530

    .so problem fixed


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

c839d5560ae2a7aef1f981c09e29101f7dd40320
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index e1ee007..7e080e9 100644
--- a/README.md
+++ b/README.md
@@ -137,12 +137,15 @@ 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



More information about the mlpack-git mailing list