progweb / gpx2video

Creating video with telemetry overlay from GPX data
GNU General Public License v3.0
186 stars 10 forks source link

[BUILD] #4

Closed JesusFork closed 2 years ago

JesusFork commented 2 years ago

Describe the build issue home/user/gpx2video/src/evcurl.c:5:10: fatal error: openssl/ssl.h: No such file or directory 5 | #include <openssl/ssl.h> | ^~~~~~~

compilation terminated.

To Reproduce Run Make on Ubuntu 21

Expected behavior It should just compile

Build outputs If applicable, add build console outputs to help explain your problem.

Desktop (please complete the following information):

progweb commented 2 years ago

Curl package should install SSL packages since, it depends on it. You have to install "libssl-dev" package.

I have just updated Makefile to check libssl-dev.