Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
11579d465f |
10
README.md
10
README.md
@ -5,19 +5,23 @@
|
|||||||
PCSensor temper with Rust and C bindings
|
PCSensor temper with Rust and C bindings
|
||||||
|
|
||||||
|
|
||||||
## Howto
|
## Dependencies
|
||||||
|
|
||||||
|
* libclang-dev
|
||||||
|
* libusb-1.0-0-dev
|
||||||
|
|
||||||
|
## Howto
|
||||||
|
|
||||||
### Dev Run
|
### Dev Run
|
||||||
|
|
||||||
```
|
```
|
||||||
cargo run
|
cargo r
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo build --release
|
cargo b -r
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user