Thomas Stibor replied to the topic 'latest git: EKOS is missing' in the forum. 3 years ago

Latest kstars (git master) requires at least INDI version 1.9.1

[thomas@x230 ~/dev/astronomy/kstars/kstars]$ grep -rn "find_package(INDI 1.9.1)" CMakeLists.txt
206: find_package(INDI 1.9.1)

otherwise INDI support (EKOS) is not included. That is, kstars is compiled without INDI+EKOS


-- The following OPTIONAL packages have not been found:

* INDI (required version >= 1.9.1), Astronomical instrumentation control, <www.indilib.org>
Support for controlling astronomical devices on Linux with KStars.

-- Configuring done
-- Generating done

Compile/install latest (git master) INDI and then you can compile kstars with INDI/EKOS support

Read More...