[mlpack-svn] r15940 - mlpack/branches/mlpack-1.x/doc/guide

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Oct 4 13:12:50 EDT 2013


Author: rcurtin
Date: Fri Oct  4 13:12:49 2013
New Revision: 15940

Log:
Update build documentation.


Modified:
   mlpack/branches/mlpack-1.x/doc/guide/build.hpp

Modified: mlpack/branches/mlpack-1.x/doc/guide/build.hpp
==============================================================================
--- mlpack/branches/mlpack-1.x/doc/guide/build.hpp	(original)
+++ mlpack/branches/mlpack-1.x/doc/guide/build.hpp	Fri Oct  4 13:12:49 2013
@@ -8,14 +8,14 @@
 and installed.
 
 @section Download latest mlpack build
-Download latest mlpack build from here : <a href="http://www.mlpack.org/files/mlpack-1.0.6.tar.gz">mlpack-1.0.6</a>
+Download latest mlpack build from here : <a href="http://www.mlpack.org/files/mlpack-1.0.7.tar.gz">mlpack-1.0.7</a>
 
 @section builddir Creating Build Directory
 
 Once the MLPACK source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-1.0.6
+$ cd mlpack-1.0.7
 $ mkdir build
 @endcode
 



More information about the mlpack-svn mailing list