Rashed replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 4 years ago

I though you already install this

sudo apt-get -y install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-dev build-essential cmake git libjpeg-dev libcurl4-gnutls-dev libtiff-dev libfftw3-dev libftdi-dev libgps-dev libraw-dev libdc1394-22-dev libgphoto2-dev libboost-dev libboost-regex-dev librtlsdr-dev liblimesuite-dev libftdi1-dev libavcodec-dev libavdevice-dev

if it does not work, give a screenshot of the output after running the above command.

once done, go to


cd ../../indi-sv305/

rm build -r

mkdir build

cd build

cmake ../ -DCMAKE_INSTALL_PREFIX=/usr

make

sudo make install

sudo ldconfig

Read More...