[mlpack-svn] r15004 - mlpack/trunk/doc/guide

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu May 2 14:45:57 EDT 2013


Author: rcurtin
Date: 2013-05-02 14:45:56 -0400 (Thu, 02 May 2013)
New Revision: 15004

Modified:
   mlpack/trunk/doc/guide/build.hpp
Log:
Update documentation (#275).


Modified: mlpack/trunk/doc/guide/build.hpp
===================================================================
--- mlpack/trunk/doc/guide/build.hpp	2013-05-02 09:01:56 UTC (rev 15003)
+++ mlpack/trunk/doc/guide/build.hpp	2013-05-02 18:45:56 UTC (rev 15004)
@@ -12,7 +12,7 @@
 Once the MLPACK source is unpacked, you should create a build directory.
 
 @code
-$ cd mlpack-1.0.3
+$ cd mlpack-1.0.5
 $ mkdir build
 @endcode
 
@@ -24,10 +24,8 @@
 MLPACK depends on the following libraries, which need to be installed on the
 system and have headers present:
 
- - LAPACK
- - pthreads
- - Armadillo >= 2.4.0
- - LibXML2
+ - Armadillo >= 2.4.2 (with LAPACK support)
+ - LibXML2 >= 2.6.0
  - Boost (math_c99, program_options, unit_test_framework, random)
 
 In Ubuntu and Debian, you can get all of these dependencies through apt:
@@ -48,7 +46,7 @@
   boost-math libxml2-devel armadillo-devel
 @endcode
 
-On Red Hat Enterprise Linux 6 and older (as well as CentOS 6), the Armadillo
+On Red Hat Enterprise Linux 5 and older (as well as CentOS 5), the Armadillo
 version available is too old and must be compiled by hand.  The same applies for
 Fedora 16 and older.
 




More information about the mlpack-svn mailing list