parsav  Artifact [d4a5d691bd]

Artifact d4a5d691bda6d1b816c245fa43e0a38b4f89d59186a85db95bba57484f147113:


# 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