Newer
Older
- HttpForm
- HttpMultiform
- Httpcookie
- Httpbasicauth
- Move sys to seperate libsystempp
- Remove Glibc and std dependecy
## Requirements
- libsystempp
- kernel 4.19 (lowest that i have testing)
- gcc/clang
- cmake
# Optional
- libhtmlpp (for examples)
- doxygen (for docu not much at the moment)
cd <libpath> <br/>
mkdir build <br/>
cd build <br/>
cmake ../ <br/>
make <br/>
make install <br/>
<br/>