chore: add instructions for dependency installation
parent
aeb2d44b35
commit
85162a14d5
|
@ -1,3 +1,9 @@
|
|||
* install dependencies on Debian Bullseye
|
||||
|
||||
```
|
||||
sudo apt install libulfius-dev --no-install-recommends
|
||||
```
|
||||
|
||||
* build
|
||||
|
||||
```
|
||||
|
|
|
@ -116,7 +116,7 @@ int callback_get_hello (const struct _u_request * request, struct _u_response *
|
|||
json_decref(integer1);
|
||||
json_decref(integer2);
|
||||
size = json_array_size(array);
|
||||
fprintf(stdout,"main() size: %ld\n", size);
|
||||
fprintf(stdout,"main() size(array): %ld\n", size);
|
||||
|
||||
ulfius_set_json_body_response(response, 200, array);
|
||||
json_decref(array);
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
* install dependencies on Debian Bullseye
|
||||
|
||||
```
|
||||
sudo apt install libulfius-dev --no-install-recommends
|
||||
```
|
||||
|
||||
* build
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue