Skip to content

Commit

Permalink
Merge pull request #902 from AnsgarSchmidt/master
Browse files Browse the repository at this point in the history
Adding missing bc to deps
  • Loading branch information
linuxkidd authored Jan 10, 2022
2 parents 8b4a58f + 380ba5a commit 4b0c65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ deps:
else
deps:
@echo `date +%F\ %R:%S` Installing build dependencies...
@apt update && apt -y install libopencv-dev libusb-dev libusb-1.0-0-dev ffmpeg gawk lftp jq imagemagick
@apt update && apt -y install libopencv-dev libusb-dev libusb-1.0-0-dev ffmpeg gawk lftp jq imagemagick bc
endif

.PHONY : deps
Expand Down

0 comments on commit 4b0c65f

Please sign in to comment.