parsav  parsav.md at [df4ae251ef]

File parsav.md artifact d4a5d691bd part of check-in df4ae251ef


# 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