Hi Kevin, I'm new to RPi4/Linux/Debian, and would appreciate some help installing this driver - it keeps coming up with error message
stellarmate@stellarmate:~ $ cd indi-wmh-focuser
stellarmate@stellarmate:~/indi-wmh-focuser $ cd build
stellarmate@stellarmate:~/indi-wmh-focuser/build $ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:7 (PROJECT):
No CMAKE_CXX_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/stellarmate/indi-wmh-focuser/build/CMakeFiles/CMakeOutput.log".
See also "/home/stellarmate/indi-wmh-focuser/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
stellarmate@stellarmate:~/indi-wmh-focuser/build $

Any help appreciated
Thanks, Tom

Read More...