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

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


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

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

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

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

    .so problem fixed


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

8869b455bce3fbc5ff4046c8576924162ce1bdb6
 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