Closed Carto477 closed 1 year ago
First, I'd try to compile the code hosted here on GitHub (where you interestingly posted this) ;-) The vcontrold build system has been moved to cmake back in 2017. This must be some very old code …
Try the following:
git clone https://github.com/openv/vcontrold.git
cd vcontrold
mkdir build
cd build
cmake -DMANPAGES=OFF ..
make
Oh my ... | Yes, that was it (I feel a little ashamed). Thank you so much for your swift, and smart, answer !
You're welcome :-)
At the "make" step of the below procedure, I get the following error. Compiling on Raspberry Pi 4.
Thank you so much for your kind thoughts ;-)