Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Jan 24, 2025
1 parent 03a390c commit e237071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ But usually is enough to work with an onvif client.
- [Donation](#donation)

## Build
- Open the `Makefile` and edit the path to the libtomcrypt library to suit your needs
- Open the `Makefile` and edit it to suit your needs. Instead of `Makefile` rename `Makefile.static` if you want to build a static binary embedding all libraries (ssl and zlib).
- Export HAVE_WOLFSSL if you want to use wolfssl or HAVE_MBEDTLS if you want to use mbedtls (default libtomcrypt).
- Export USE_ZLIB if you want to use compressed template files. In this case, all xml files will be compressed to use less disk space but the server will be slower.
- Run `make`

## Create a working example with lighttpd
Expand Down

0 comments on commit e237071

Please sign in to comment.