docs(build): add missing libcurl build dep for ubuntu (#2081)
This commit is contained in:
parent
f82c3cbc99
commit
5e948dc835
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ Install Requirements
|
||||||
libboost-log-dev \
|
libboost-log-dev \
|
||||||
libboost-program-options-dev \
|
libboost-program-options-dev \
|
||||||
libcap-dev \ # KMS
|
libcap-dev \ # KMS
|
||||||
|
libcurl4-openssl-dev \
|
||||||
libdrm-dev \ # KMS
|
libdrm-dev \ # KMS
|
||||||
libevdev-dev \
|
libevdev-dev \
|
||||||
libminiupnpc-dev \
|
libminiupnpc-dev \
|
||||||
|
|
@ -156,6 +157,7 @@ Install Requirements
|
||||||
libboost-log-dev \
|
libboost-log-dev \
|
||||||
libboost-program-options-dev \
|
libboost-program-options-dev \
|
||||||
libcap-dev \ # KMS
|
libcap-dev \ # KMS
|
||||||
|
libcurl4-openssl-dev \
|
||||||
libdrm-dev \ # KMS
|
libdrm-dev \ # KMS
|
||||||
libevdev-dev \
|
libevdev-dev \
|
||||||
libminiupnpc-dev \
|
libminiupnpc-dev \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue