b3nn0 / stratux

Fork of the original cyoung/stratux with multiple patches for flying in europe
BSD 3-Clause "New" or "Revised" License
146 stars 64 forks source link

bug fix #237

Closed fiamor closed 1 year ago

fiamor commented 1 year ago

fixes bug when trying to install from scratch on a rpi4

fiamor commented 1 year ago

root@raspberrypi:/home/seraph/Documents/stratux# make git submodule update --init dump1090 cd dump1090 && make BLADERF=no make[1]: Entering directory '/home/seraph/Documents/stratux/dump1090' Building with: Version string: unknown Architecture: aarch64 DSP mix: aarch64 RTLSDR support: no BladeRF support: no HackRF support: no LimeSDR support: no cc -I. -D_POSIX_C_SOURCE=200112L -DMODES_DUMP1090_VERSION=\"unknown\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\" -D_DEFAULT_SOURCE -DENABLE_CPUFEATURES -Icpu_features/include -DSTARCH_MIX_AARCH64 -O3 -g -std=c11 -fno-common -Wall -Wmissing-declarations -Werror -W -c interactive.c -o interactive.o interactive.c:52:10: fatal error: curses.h: No such file or directory 52 | #include | ^~~~~~ compilation terminated.