Skip to content

timsurber/indigo_imager

 
 

Repository files navigation

indigo_imager

Configuring build

Install Qt (qt6-base-dev qtchooser qmake6 qt6-base-dev-tools qt6-multimedia-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:
qmake6

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.7%
  • C++ 16.6%
  • Other 0.7%