Merge pull request #4193 from kivikakk/add-openbsd-prereq
add jpeg to OpenBSD prereq listpull/4200/head
commit
4285c818ec
|
@ -142,7 +142,7 @@ Installing prerequisites on openSUSE::
|
|||
Installing prerequisites on OpenBSD::
|
||||
|
||||
doas pkg_add python libffi py-pip py-setuptools sqlite3 py-virtualenv \
|
||||
libxslt
|
||||
libxslt jpeg
|
||||
|
||||
To install the Synapse homeserver run::
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add missing `jpeg` package prerequisite for OpenBSD in README.
|
Loading…
Reference in New Issue