Installation instructions
=========================

Compile Instructions
  - Assumption: INDI package installed (see https://indilib.org/download.html)
  - Retrieve the sources for the Avalon driver
    git clone https://github.com/sterne-jaeger/indi
  - cd indi
  - optional: switch to branch "stargo_work"
    checkout branch "stargo_work"
  - mkdir -p build/indi-avalon
  - cd build/indi-avalon
  - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../3rdparty/indi-avalon
  - sudo make install

And now start the INDI server and kstars.

