- CMake >= 3.11
- Clang and LibClang >= 7.0
- mlpack >= 2.0
- spdlog >= 1.3.1
You can install the requirements with the following commands. Make sure that your package manager installs the correct versions.
$ apt-get install clang libclang-dev llvm-dev cmake libspdlog-dev libmlpack-dev
If you use Homebrew:
$ brew install llvm armadillo boost spdlog
$ git clone https://github.com/mlpack/mlpack
$ cd mlpack
$ mkdir build && cd build
$ cmake ..
$ make
$ make install