Browse Source

Add dependencies for uWebSockets (#7466)

UWS needs openssl and zlib https://github.com/uNetworking/uWebSockets/wiki/Misc.-details#dependencies
pull/4/head
Jeong Arm 5 years ago
committed by Eugen Rochko
parent
commit
c8c25ea7eb
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Aptfile

+ 2
- 0
Aptfile View File

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

Loading…
Cancel
Save