Add curl dev to ubuntu dockerfile & update readme

This commit is contained in:
Alexandre Jörgensen 2025-11-05 15:35:50 +01:00
parent 1e6140569e
commit 4b4ee8e337
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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