Hi,

I want to create drivers that can work for Mallincam cameras, and I think I can start with the existing ToupCam drivers since the MallenCam devices are supported by ToupCam drivers in other platforms.
I downloaded (through git) the source library, and successfully build the INDI server on my Astroberry PI platform. However, trying to build any of the 3rd party packages gives me this:

CMake error at /home/ … /indi/cmake_modules/FindINDI.cmake:274 (message):

Could not find INDI include directory
Call Stack (most recent call first):
CMakeLists.txt:11 (find_package)

Line 11 is a call to find package INDI.

This comes up with either a command line build, or going through QT Creator when first loading the CMakeLists.txt file(s) and doing the CMake for the package I want to build. I suspect there is an environment variable I need to set but Ihave not been able to find it in the documentation.

Thanks for any help you can provide.
John

Read More...