indigo-astronomy / indigo_imager

INDIGO Imager App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

indigo_imager

Configuring build

Install Qt (qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtmultimedia5-dev libz-dev) and and build tools: gcc, g++, make etc.

  1. To build this code on Linux where you do not have INDIGO installed, it is necessary to create a symlink to the location of your indigo source tree (INDIGO should be built there):
ln -s <path-to-indigo> indigo
  1. execute:
./build_libs.sh
  1. execute:
qmake

Build

  1. execute:
make

Linux users note:

If the image download is very slow (~ 5sec with the CCD Imager Simulator) this may be a result of a slow mDNS response. This can be fixed by editing the following system files:

  1. Edit /etc/nsswitch.conf

change line:

hosts:          files mdns4_minimal [NOTFOUND=return] dns

to read:

hosts:          files mdns4 [NOTFOUND=return] dns
  1. Edit /etc/mdns.allow (file may not exist) and add following lines:
.local.
.local

About

INDIGO Imager App

License:Other


Languages

Language:C 83.3%Language:C++ 16.1%Language:Perl 0.2%Language:Shell 0.2%Language:QMake 0.2%Language:Inno Setup 0.1%