Skip to content

Commit d42c438

Browse files
committed
remove explicity vcpkg req
1 parent 4f07026 commit d42c438

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Built as an ergonomic wrapper around the `libsbml` C++ library with type-safe Ru
1414

1515
- Type-safe builder pattern API for SBML model creation
1616
- Seamless serialization/deserialization of annotations using `serde`
17-
- C++ dependency via `cargo-vcpkg`
17+
- Automatic C++ dependency management via `cargo-vcpkg`
1818
- Cross-platform support (macOS, Windows, Linux)
1919
- Comprehensive error handling and type safety
2020

@@ -23,15 +23,10 @@ Built as an ergonomic wrapper around the `libsbml` C++ library with type-safe Ru
2323
Currently available through Git:
2424

2525
```bash
26-
# Install dependencies
27-
cargo install cargo-vcpkg
28-
cargo vcpkg build
29-
30-
# Add the crate to your project
3126
cargo add --git https://github.com/EnzymeML/sbml-rs
3227
```
3328

34-
Please note, the C++ dependency `libsbml` is required to be installed before building the crate. This is done automatically when using the `cargo-vcpkg` tool. You dont need to link the library manually. The dependency is installed in the `target/vcpkg` directory.
29+
Please note, the C++ dependency `libsbml` is automatically installed using `cargo-vcpkg`. You dont need to link the library manually, but note that the `build.rs` script will install `cargo-vcpkg` if it is not found in your environment.
3530

3631
### System Requirements
3732

0 commit comments

Comments
 (0)