mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 08:18:08 +00:00
Add curl dev to ubuntu dockerfile & update readme
This commit is contained in:
parent
1e6140569e
commit
4b4ee8e337
2 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ The following QT optional modules are required: qt5compat, qtmultimedia qtnetwor
|
|||
|
||||
If you wan't to build with Crash handler, you need to install the following tools:
|
||||
- clang
|
||||
- curl
|
||||
- curl dev (for C development headers) (ex: `sudo apt install libcurl4-openssl-dev`)
|
||||
- httplib2 v0.22.0 (use `pip install httplib2==0.22.0` or `pip3 install httplib2==0.22.0`)
|
||||
|
||||
### Set your environment
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ RUN sudo apt-get install -y gnupg2
|
|||
RUN sudo apt-get install -y wget
|
||||
|
||||
# Install crashpad build tools
|
||||
RUN sudo apt-get install -y libcurl4-openssl-dev
|
||||
RUN sudo pip3 install httplib2==0.22.0
|
||||
|
||||
# Configure user bc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue