Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Mar 28, 2023
1 parent c3d0d0b commit e197af0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Just add the following to your `Cargo.toml`:
coinutils-src = "0.2"
```

This package does not provide bindings. Please use [coincbc-sys], [coinclp-sys] to use Cbc, Clp, e.g.

```toml
[dependencies]
coincbc-sys = { version = "0.2" }
```

## Configuration

The package build from the source and link statically by default. It also provide the following environment variables to allow users to link to system library customly:
Expand Down Expand Up @@ -83,6 +90,10 @@ pull request. Note that any contribution submitted for inclusion in the project
will be licensed according to the terms given in [LICENSE](license-url).

[CoinUtils]: https://github.com/coin-or/CoinUtils

[coincbc-sys]: https://github.com/Maroon502/coincbc-sys
[coinclp-sys]: https://github.com/Maroon502/coinclp-sys

[vcpkg]: https://github.com/Microsoft/vcpkg

[documentation-img]: https://docs.rs/coinutils-src/badge.svg
Expand Down

0 comments on commit e197af0

Please sign in to comment.