Mictronics / pluto-gps-sim

PLUTO-GPS-SIM generates a GPS baseband signal IQ data stream, which is then transmitted by the software-defined radio (SDR) platform ADALM-Pluto.
MIT License
101 stars 50 forks source link

make all can't work #5

Closed szakacsm closed 4 years ago

szakacsm commented 4 years ago

~$ git clone https://github.com/mictronics/pluto-gps-sim Cloning into 'pluto-gps-sim'... remote: Enumerating objects: 88, done. remote: Total 88 (delta 0), reused 0 (delta 0), pack-reused 88 Unpacking objects: 100% (88/88), done. ~$ cd pluto-gps-sim/ ~/pluto-gps-sim$ make all cc -std=c11 -O2 -g -W -Wall -D_GNU_SOURCE -I/usr/local/include -c plutogpssim.c -o plutogpssim.o plutogpssim.c:22:10: fatal error: curl/curl.h: Nincs ilyen fájl vagy könyvtár

include <curl/curl.h>

      ^~~~~~~~~~~~~

compilation terminated. make: *** [Makefile:10: plutogpssim.o] Error 1

what can be the problem?

Mictronics commented 4 years ago

Nincs ilyen fájl vagy könyvtár libcurl dev package not installed? Don't know what OS you are on.