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

Compile Instructions
  - Assumption: INDI package installed (see https://indilib.org/download.html)
  - Retrieve the sources for the Skywalker driver
    git clone https://github.com/escribana/indi-3rdparty.git
  - cd indi-3rdparty
    checkout branch "master"
  - mkdir -p build/indi_aok
  - cd build/indi_aok
  - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../indi_aok
  - sudo make install

And now start the INDI server and kstars.

