Artifact d4a5d691bda6d1b816c245fa43e0a38b4f89d59186a85db95bba57484f147113:
- File parsav.md — part of check-in [e18c9de34d] at 2020-12-10 05:28:52 on branch trunk — initial commit (user: lexi, size: 566) [annotate] [blame] [check-ins using]
parsav
parsav is a lightweight fediverse server
dependencies
- libhttp
- json-c
- mbedtls
- postgresql-libs
building
first, either install any missing dependencies as shared libraries, or build them as static libraries as described below:
- libhttp: run
$ make lib/libhttp/lib/libhttp.a - json-c (deps:
cmake): run$ make lib/json-c/libjson-c.a - mbedtls: run
$ make lib/mbedtls/lib/mbed{crypto,tls,x509}.a
you can install static libraries for all dependencies with $ make dep, but this is recommended only if you have none of the above