Compiler Kstars
Compiler KStars depuis les sources et le connecter à un serveur INDI distant.
Compilation des sources:
root@station:~# mkdir git; cd git;
root@station:~/git# git clone https://github.com/KDE/kstars.git kstars
root@station:~/git# cd kstars/;mkdir build;cd build
root@station:~/git/kstars/build# cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug\
~/git/kstars/
root@station:~/git/kstars/build# make -j$(nproc)
root@station:~/git/kstars/build# make install
Lancement de l’appli
emmanuel@station:~# kstars
Connexion au serveur indilib distant

Les équipements chargés par IndiServer sur le server, sont bien vu depuis la station cliente qui exécute kstars. Ils sont bien tous connectés et pilotables via Ekos.