feat(http-get): initial commit

This commit is contained in:
dancingCycle 2023-03-15 20:53:49 +01:00
parent 214680db9c
commit 9e8e243970
10 changed files with 24 additions and 14 deletions

View File

21
http-get/readme.md Normal file
View File

@ -0,0 +1,21 @@
# rgncycle-libulfius
libulfius API for rgncycle
* build
```
make
```
* run
```
./main
```
* run Valgrind tool `Memcheck`
```
valgrind --leak-check=yes -s ./main
```

View File

@ -2,20 +2,9 @@
libulfius API for rgncycle
* build
## preparation
```
make
```
* run
```
./main
```
* run Valgrind tool `Memcheck`
```
valgrind --leak-check=yes -s ./main
sudo apt install libulfius-dev --no-install-recommends
sudo apt install libconfig-dev --no-install-recommends
```