Skip to content

Commit a83d43b

Browse files
Update README.md (#60)
1 parent c03988d commit a83d43b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,7 @@ Rust bindings for the high-performance [eCAL](https://github.com/eclipse-ecal/ec
1616

1717
## System Requirements
1818

19-
This crate requires a native installation of the [Eclipse eCAL](https://github.com/eclipse-ecal/ecal) C/C++ runtime, version 6.0 or newer. General instructions for installation can be found [here](https://eclipse-ecal.github.io/ecal/stable/getting_started/setup.html).
20-
21-
On Linux:
22-
- Make sure `libecal.so` and headers are available in your system paths.
23-
24-
On Windows:
25-
- Set the `ECAL_HOME` environment variable to the root of your eCAL installation.
26-
27-
This crate will fail to compile if the native libraries are not found.
19+
This crate requires a native installation of the [Eclipse eCAL](https://github.com/eclipse-ecal/ecal) C/C++ runtime, version 6.0 or newer. General instructions for installation can be found [here](https://eclipse-ecal.github.io/ecal/stable/getting_started/setup.html), the crate will fail to compile if the native libraries are not found.
2820

2921
## Examples
3022

0 commit comments

Comments
 (0)