File tree Expand file tree Collapse file tree 6 files changed +32
-1714
lines changed Expand file tree Collapse file tree 6 files changed +32
-1714
lines changed Original file line number Diff line number Diff line change 1
- CC = g++-9
2
- CXXFLAGS = -std=c++17 -O3 -Iinc/ -DCPPHTTPLIB_OPENSSL_SUPPORT
1
+ CC = g++
2
+ CXXFLAGS = -std=c++14 -O3 -Iinc/ -DCPPHTTPLIB_OPENSSL_SUPPORT
3
3
LDFLAGS = -lpthread -lssl -lcrypto
4
4
5
5
APPNAME = webhook
Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ See [here](https://api.ohtoai.top/github/)
23
23
24
24
[ All] ( https://github.com/Ohto-Ai/webhook/releases ) | [ Latest] ( https://github.com/Ohto-Ai/webhook/releases/latest )
25
25
26
+ ### v0.2.2
27
+ [ Ubuntu 18.04] ( https://github.com/Ohto-Ai/webhook/releases/download/v0.2.2/webhook_ubuntu-18.04_v0.2.2 )
28
+ | [ Ubuntu 20.04] ( https://github.com/Ohto-Ai/webhook/releases/download/v0.2.2/webhook_ubuntu-20.04_v0.2.2 )
29
+ | [ Ubuntu 22.04] ( https://github.com/Ohto-Ai/webhook/releases/download/v0.2.2/webhook_ubuntu-22.04_v0.2.2 )
30
+
26
31
### v0.2.1
27
32
[ Ubuntu 18.04] ( https://github.com/Ohto-Ai/webhook/releases/download/v0.2.1/webhook_ubuntu-18.04_v0.2.1 )
28
33
| [ Ubuntu 20.04] ( https://github.com/Ohto-Ai/webhook/releases/download/v0.2.1/webhook_ubuntu-20.04_v0.2.1 )
@@ -33,6 +38,20 @@ See [here](https://api.ohtoai.top/github/)
33
38
| [ Ubuntu 20.04] ( https://github.com/Ohto-Ai/webhook/releases/download/v0.2.1/webhook_ubuntu-20.04_v0.2.0 )
34
39
| [ Ubuntu 22.04] ( https://github.com/Ohto-Ai/webhook/releases/download/v0.2.1/webhook_ubuntu-22.04_v0.2.0 )
35
40
41
+ ## Build
42
+
43
+ Ensure you have ` make ` and ` gcc ` installed.
44
+
45
+ Clone the repository and build it with ` make ` .
46
+
47
+ ``` bash
48
+ git clone https://github.com/Ohto-Ai/webhook.git
49
+ # for chinese user, you can use ghproxy
50
+ # git clone https://ghproxy.com/https://github.com/Ohto-Ai/webhook.git
51
+ cd webhook
52
+ make -j8
53
+ ```
54
+
36
55
## Sample
37
56
> hook.json
38
57
``` json
You can’t perform that action at this time.
0 commit comments