×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

QHY drivers for INDI (skipped by default)

  • Posts: 54
  • Thank you received: 3
I tried to update my indi setup in a raspberry that I have with ArchLinux, but apparently now only a few 3rd party drivers are activated by default. In particular I see that the qhy drivers are not compiled/installed (they are commented in the CMakeLists.txt, but if I uncomment them it gives me errors during compilation, complaining about missing LIBQHY or something similar). I'm not sure if this is due to the new drivers that are being developped, but I would like to have this guide camera working in the raspberry.

Is there any special approach to install them without using the precompiled packages?.

Thanks
Last edit: 9 years 3 weeks ago by Miguel.
9 years 3 weeks ago #3809

Please Log in or Create an account to join the conversation.

  • Posts: 54
  • Thank you received: 3
This is the error I get.

CMake Error at indi-qhy/cmake_modules/FindQHY.cmake:44 (message):
QHY not found. Please install libqhy www.indilib.org
Call Stack (most recent call first):
indi-qhy/CMakeLists.txt:10 (find_package)
9 years 3 weeks ago #3821

Please Log in or Create an account to join the conversation.

No special apprach. In the 3rd party directory, there is libqhy directory, just go there and:
cmake -DCMAKE_INSTALL_PREFIX=/usr
sudo make install

then go to indi-qhy and run the same commands above.
9 years 3 weeks ago #3831

Please Log in or Create an account to join the conversation.

Time to create page: 0.383 seconds