parsav  parsav.md at [59e1d7d56a]

File parsav.md artifact d4a5d691bd part of check-in 59e1d7d56a


# 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