INDI monthly update. In addition to driver improvements, major code refactoring is in progress by @pawel-soja to modernize and improve INDI aging code.
New forum users, please go here first: indilib.org/forum/new-forum-users.html
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.