[mlpack] 06/37: Update some documentation.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Mon Feb 15 19:35:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to tag mlpack-1.0.10
in repository mlpack.
commit 065193ce9ab5e05922b3e8de6b83bf2f024a5715
Author: Ryan Curtin <ryan at ratml.org>
Date: Mon Jul 28 14:26:42 2014 +0000
Update some documentation.
---
doc/guide/build.hpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 8066b67..138b504 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -8,14 +8,14 @@ further documentation, but this tutorial should be enough to get MLPACK built
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 @@ system and have headers present:
- 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:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list