Bi-monthly INDI Library released with new drivers and bug fixes.
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.
sudo apt-get remove atikccd
Please Log in or Create an account to join the conversation.
sudo apt-get -o Dpkg::Options::="--force-overwrite" install
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
# build libatik
cd ~/indi/3rdparty/
mkdir build_libatik
cd build_libatik
cmake -DCMAKE_INSTALL_PREFIX=/usr . ../libatik
make
make install
# build driver
cd ~/indi/3rdparty/indi-atik/
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make install
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.