×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

INDI Library v1.8.6 Released (21 Aug 2020) this does not work

  • Posts: 1
  • Thank you received: 0
hi.. this is my first post. i have raspian deb pi4 and 32bit 32gigbyte chips.. i have already created astroberry
and stellarium chips...they boot and work fine in pi4's...

BUT! i can not get any Kstars ekos indi to build and install on a raspian OS deb pi4. the
instructions on the main indi page will not compile..mostly because it does not contain
all the latest Libraries?

i have tried 3 different kstars / indi builds from 1 to 2 years old.. and this new one
INDI Library v1.8.6 Released (21 Aug 2020), but all the Cmake show missing libraries?
i can not find those libraries by using apt-get install lib.x.x.x-dev
it just comes back and says no such library found.. i guess at GIT-HUB????

will some one add to the indi install page instructions on how to add library files
of the dependencies...? i ran the kstar dependency unix command .. but
there is no way to tell how to get all those dependcies and download and install??

thank you all helpers.
3 years 5 months ago #61880

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

  • Posts: 349
  • Thank you received: 107
Can you post which libraries are you missing? Best output of cmake. Only thing that I needed to compile from github is stellarsolver for Kstars. But INDI itself should compile without problem with just libraries from repository.
Last edit: 3 years 5 months ago by nou.
3 years 5 months ago #61889

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

  • Posts: 91
  • Thank you received: 18
if you are building from git cloned source and are getting missing library errors,
you may have to search for them using
sudo apt update
then do
sudo apt-cache search X

where "X" is a meaningful search phrase. For example,
sudo apt-cache search libindi

on my linux box gives this output:
lets say I know that the library is a "dev" library:
sudo apt-cache search libindi | grep dev
you may have to dig around like this to figure out exactly what cmake is
telling you is missing.
Last edit: 3 years 5 months ago by Dean. Reason: clarifying problem
3 years 5 months ago #61894

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

  • Posts: 2876
  • Thank you received: 809
You could always try my setup script for your Raspbian Pi. Even if you don't use all of its features, it might help to see all the dependencies and commands used to set it all up. There is one specifically for Raspbian. Just note that I don't think I have updated the script to install stellarsolver yet. So you might want to build the last release instead of the bleeding edge.

github.com/rlancaste/AstroPi3

Thanks,

Rob
3 years 5 months ago #61907

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

Time to create page: 0.907 seconds