Before compiling AstroLink4 driver install libindi-dev
# sudo apt-get install libindi-dev

Compile AstroLink4 driver
# git clone https://github.com/astrojolo/indi-astrolink4
# cd indi-astrolink4
# mkdir build
# cd build
# cmake ..
# make
# make install

DONE
