This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Description
Hello, I am getting this message when I try sudo make install.
Must specify package names on the command line
Must specify package names on the command line
install -D -m 0755 obj/libgestures.so.0 \
//usr/lib/libgestures.so.0
ln -sf libgestures.so.0 \
//usr/lib/libgestures.so
install -D -m 0644 libgestures.pc \
//usr/lib/pkgconfig/libgestures.pc
install -D -m 0644 \
include/gestures/include/gestures.h //usr/include/gestures/gestures.h
Any help on how to resolve this would be really appreciated, sorry I am a noob with linux. What name should i be specifying?