[mlpack-svn] r16880 - mlpack/tags/mlpack-1.0.9/doc/guide

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jul 28 10:26:42 EDT 2014


Author: rcurtin
Date: Mon Jul 28 10:26:42 2014
New Revision: 16880

Log:
Update some documentation.


Modified:
   mlpack/tags/mlpack-1.0.9/doc/guide/build.hpp

Modified: mlpack/tags/mlpack-1.0.9/doc/guide/build.hpp
==============================================================================
--- mlpack/tags/mlpack-1.0.9/doc/guide/build.hpp	(original)
+++ mlpack/tags/mlpack-1.0.9/doc/guide/build.hpp	Mon Jul 28 10:26:42 2014
@@ -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.7.tar.gz">mlpack-1.0.7</a>
+Download latest mlpack build from here : <a href="http://www.mlpack.org/files/mlpack-1.0.9.tar.gz">mlpack-1.0.9</a>
 
 @section builddir Creating Build Directory
 
 Once the MLPACK source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-1.0.7
+$ cd mlpack-1.0.9
 $ mkdir build
 @endcode
 
@@ -29,7 +29,7 @@
 
  - Armadillo >= 3.6.0 (with LAPACK support)
  - LibXML2 >= 2.6.0
- - Boost (math_c99, program_options, unit_test_framework, random)
+ - Boost (math_c99, program_options, unit_test_framework, random) >= 1.49
 
 In Ubuntu and Debian, you can get all of these dependencies through apt:
 



More information about the mlpack-svn mailing list