Bi-monthly release with major changes to INDI properties and client API in addition to new drivers and improvements.
git clone https://github.com/thx8411/indi-3rdparty thx8841_sv305
cd thx8841_sv305
git checkout thx8411_sv305_2
cd libsv305/
mkdir build
cd build
cmake ../
sudo make install
cd ../../indi-sv305/
mkdir build
cd build
cmake ../
make -j4
sudo make install