Update README.md

This commit is contained in:
qureshinomaan
2020-01-08 22:37:16 +05:30
committed by GitHub
parent 0b33d3a7b5
commit 977e30060d
+5 -4
View File
@@ -123,10 +123,11 @@ If you are compiling Armadillo by hand, ensure that LAPACK and BLAS are enabled.
### 4. Building mlpack from source
This section discusses how to build mlpack from source. However, mlpack is in
the repositories of many Linux distributions, so it may be easier to use the
package manager for your system. For example, on Ubuntu, you can install mlpack
with the following command:
This document discusses how to build mlpack from source. These build directions
will work for any Linux-like shell environment (for example Ubuntu, macOS,
freeBSD etc). However, mlpack is in the repositories of many Linux distributions
and so it may be easier to use the package manager for your system. For example,
on Ubuntu, you can install mlpack with the following command:
$ sudo apt-get install libmlpack-dev