[mlpack-git] master: Update dependencies for binutils (libbfd and libdl). (4a2466b)

gitdub at mlpack.org gitdub at mlpack.org
Tue Mar 15 16:19:54 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/e93f41525d6748b0dd993d4f6d041eaf3010d627...c487c587fb54bc5502f638943c3a52aea56a40da

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

commit 4a2466b14761cbddb6419b8495bb378cd09cae18
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Mar 15 13:19:54 2016 -0700

    Update dependencies for binutils (libbfd and libdl).


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

4a2466b14761cbddb6419b8495bb378cd09cae18
 doc/guide/build.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 0056723..5d53cef 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -35,7 +35,7 @@ In Ubuntu and Debian, you can get all of these dependencies through apt:
 
 @code
 # apt-get install libboost-math-dev libboost-program-options-dev
-  libboost-test-dev libboost-serialization-dev libarmadillo-dev
+  libboost-test-dev libboost-serialization-dev libarmadillo-dev binutils-dev
 @endcode
 
 If you are using an Ubuntu version older than 13.10 ("Saucy Salamander") or
@@ -46,7 +46,7 @@ On Fedora, Red Hat, or CentOS, these same dependencies can be obtained via yum:
 
 @code
 # yum install boost-devel boost-test boost-program-options boost-math
-  armadillo-devel
+  armadillo-devel binutils-devel
 @endcode
 
 On Red Hat Enterprise Linux 5 and older (as well as CentOS 5), the Armadillo




More information about the mlpack-git mailing list