Skip to content

Commit

Permalink
Merge pull request #2144 from qureshinomaan/master
Browse files Browse the repository at this point in the history
Update readme.md and build.hpp.
  • Loading branch information
zoq committed Jan 14, 2020
2 parents 9d8a4a7 + 8d1bd92 commit 25f272f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -122,10 +122,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

Expand Down Expand Up @@ -216,7 +217,7 @@ and submit an issue. The mlpack developers will quickly help you figure it out:

[mlpack on Github](https://www.github.com/mlpack/mlpack/)

Alternately, mlpack help can be found in IRC at `#mlpack` on irc.freenode.net.
Alternately, mlpack help can be found in IRC at `#mlpack` on chat.freenode.net.

If you wish to install mlpack to `/usr/local/include/mlpack/`, `/usr/local/lib/`,
and `/usr/local/bin/`, make sure you have root privileges (or write permissions
Expand Down
11 changes: 6 additions & 5 deletions doc/guide/build.hpp
Expand Up @@ -2,10 +2,11 @@
@section build_buildintro Introduction
This document discusses how to build mlpack from source. 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:
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:
@code
$ sudo apt-get install libmlpack-dev
Expand Down Expand Up @@ -232,7 +233,7 @@ and submit an issue and the mlpack developers will quickly help you figure it
https://github.com/mlpack/mlpack
Alternately, mlpack help can be found in IRC at \#mlpack on irc.freenode.net.
Alternately, mlpack help can be found in IRC at \#mlpack on chat.freenode.net.
@section install Installing mlpack
Expand Down

0 comments on commit 25f272f

Please sign in to comment.