Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 26, 2019
1 parent 26fbe2f commit fe91456
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
It produces and installs a correct [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) file, a static library and a dynamic library, and a C header to be used by any C (and C-compatible) software.

## Usage
```
``` sh
# build the library, create the .h header, create the .pc file
$ cargo cbuild --destdir=${D} --prefix=/usr --libdir=/usr/lib64
```
Expand All @@ -19,6 +19,7 @@ $ cargo cinstall --destdir=${D} --prefix=/usr --libdir=/usr/lib64
## Status

- [x] cli
- [x] build command
- [x] install command
- [x] cargo applet support
- [x] build targets
Expand All @@ -27,3 +28,4 @@ $ cargo cinstall --destdir=${D} --prefix=/usr --libdir=/usr/lib64
- [x] `staticlib` support
- [x] `cdylib` support
- [ ] Extra Cargo.toml keys
- [ ] Better status reporting

0 comments on commit fe91456

Please sign in to comment.