Could you update this project to include its dependencies?
Every time I try to build it, it tells me I'm missing something,
I have to look up what the name of the package that includes that header is,
which often times isn't even helpful, install something,
and then get a totally new dependency error.
I don't know what cannot find -lXxf86vm is even supposed to mean,
and nowhere in the repo does it say that this depends on
a tonne of packages including xorg-dev, libx11-dev, libgl1-mesa-dev, and libxcursor-dev.
What do I actually need to install and build this project?
Could you update this project to include its dependencies? Every time I try to build it, it tells me I'm missing something, I have to look up what the name of the package that includes that header is, which often times isn't even helpful, install something, and then get a totally new dependency error. I don't know what
cannot find -lXxf86vm
is even supposed to mean, and nowhere in the repo does it say that this depends on a tonne of packages includingxorg-dev
,libx11-dev
,libgl1-mesa-dev
, andlibxcursor-dev
. What do I actually need to install and build this project?