I want to install xrandr-invert-colors on my ubuntu 18.04 to invert display of laptop and monitor both.
but have no idea what is dependencies, build and how to install it.
Yeah~ I am ubuntu newbie and have typed only sudo apt-get install 000 ).
Installing this package is the hardest job ever, for me~
description on the github as follow:
Dependencies
XrandR development files (apt-get install libxcb-randr0-dev)
<p>Type sudo make deps-apt on Debian / Ubuntu </p>Building
From a terminal, type make Installing
<p>Execute sudo make install after build to put the binary in the following location: /usr/local/bin/xrandr-invert-colors</p>
Actuall, I have already typed sudo apt-get install libxcb-randr0-dev
but the next code sudo make deps-apt didn't work.
make: *** No rule to make target 'deps-apt'. Stop.
