//defineProperty(&OSPECCurrentIndexNP);
//defineProperty(&OSPECRWValuesNP);
and
//deleteProperty(OSPECCurrentIndexNP.name);
//deleteProperty(OSPECRWValuesNP.name);
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
#!/bin/sh
cd ~
mkdir -p Projects
cd Projects
sudo apt install -y git cdbs dkms cmake fxload libev-dev libgps-dev libgsl-dev libraw-dev libusb-dev zlib1g-dev libftdi-dev libgsl0-dev libjpeg-dev libkrb5-dev libnova-dev libtiff-dev libfftw3-dev librtlsdr-dev libcfitsio-dev libgphoto2-dev build-essential libusb-1.0-0-dev libdc1394-22-dev libboost-regex-dev libcurl4-gnutls-dev libtheora-dev
git clone https://github.com/azwing/indi.git indi
cd indi
./developer-build.bash
cd build
sudo make install
chmod +x filename
and finally you shoudl be able ti run the script and at the end you would have indi installed
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.