1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Add dependencies for uWebSockets (#7466)

UWS needs openssl and zlib https://github.com/uNetworking/uWebSockets/wiki/Misc.-details#dependencies
This commit is contained in:
Jeong Arm 2018-07-14 08:47:10 +09:00 committed by Eugen Rochko
parent 37d428dfaf
commit c8c25ea7eb

View file

@ -5,6 +5,8 @@ libidn11
libidn11-dev
libpq-dev
libprotobuf-dev
libssl-dev
libxdamage1
libxfixes3
protobuf-compiler
zlib1g-dev