Skip to content

Commit

Permalink
Merge pull request #3697 from franramirez688/add_conan_instructions
Browse files Browse the repository at this point in the history
docs: Add Conan Installation steps (quickstart)
  • Loading branch information
rcurtin committed Apr 26, 2024
2 parents b3ddc02 + eefdb0e commit 3f77098
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/quickstart/cpp.md
Expand Up @@ -58,6 +58,20 @@ cd vcpkg

If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

## Installing mlpack from Conan

The mlpack recipe in [Conan](https://conan.io/) is kept up to date by the Conan team members and the community contributors.

Follow the instructions on [this page on how to set up Conan](https://conan.io/downloads).

Install mlpack:

```shell
conan install --requires="mlpack/[*]" --build=missing
```

If the version is outdated or there is a new release version, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the conan-center-index repository.

## Simple quickstart example

As a really simple example of how to use mlpack in C++, let's do some simple
Expand Down

0 comments on commit 3f77098

Please sign in to comment.