[mlpack-git] master: Update aged Fedora documentation. (06cae13)

gitdub at mlpack.org gitdub at mlpack.org
Sun Jun 5 01:31:50 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/a2440f163ac76edda36a9f7ba31cfecd3a55654e...06cae1319ab1c22b53793c2ceff45605ad0ecc64

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

commit 06cae1319ab1c22b53793c2ceff45605ad0ecc64
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sun Jun 5 01:31:37 2016 -0400

    Update aged Fedora documentation.


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

06cae1319ab1c22b53793c2ceff45605ad0ecc64
 doc/guide/build.hpp | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp
index 390fe5a..9203601 100644
--- a/doc/guide/build.hpp
+++ b/doc/guide/build.hpp
@@ -43,17 +43,13 @@ If you are using an Ubuntu version older than 13.10 ("Saucy Salamander") or
 Debian older than Jessie, you will have to compile Armadillo from source.  See
 the README.txt distributed with Armadillo for more information.
 
-On Fedora, Red Hat, or CentOS, these same dependencies can be obtained via yum:
+On Fedora, Red Hat, or CentOS, these same dependencies can be obtained via dnf:
 
 @code
-# yum install boost-devel boost-test boost-program-options boost-math
+# dnf install boost-devel boost-test boost-program-options boost-math
   armadillo-devel binutils-devel
 @endcode
 
-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.
-
 @section config Configuring CMake
 
 Running CMake is the equivalent to running `./configure` with autotools.  If you




More information about the mlpack-git mailing list