We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e2c9c commit e4a9e48Copy full SHA for e4a9e48
README.md
@@ -27,12 +27,18 @@ See [`c_example/`](https://github.com/SpringQL/SpringQL-client-c/tree/main/c_exa
27
28
## Development
29
30
+### Build
31
+
32
```bash
33
cargo build
34
```
35
36
to generate `springql.h` and `target/debug/libspringql_client.{so,dylib}`.
37
38
+### Deployment
39
40
+Create & push git tag named `v*` to release the header file and shared libraries to GitHub Releases.
41
42
## License
43
44
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or [MIT license](LICENSE-MIT) at your option.
0 commit comments