Skip to content

Commit

Permalink
add libs: curl, json-c
Browse files Browse the repository at this point in the history
  • Loading branch information
zhurq committed Oct 31, 2023
1 parent 0fa4c28 commit fcde491
Show file tree
Hide file tree
Showing 36 changed files with 17 additions and 7,590 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "eventmesh-sdks/eventmesh-sdk-c/third_party/json-c"]
path = eventmesh-sdks/eventmesh-sdk-c/third_party/json-c
url = [email protected]:json-c/json-c.git
branch = json-c-0.17
13 changes: 12 additions & 1 deletion eventmesh-sdks/eventmesh-sdk-c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@

### Support api

1. **TCP**
1. **TCP**

### Build
1. **build lib**
```
make
```

2. **build example**
```
make demo
```
Loading

0 comments on commit fcde491

Please sign in to comment.