AstroDMx Captur (https://www.astrodmx-capture.org.uk)
-----------------------------------------------------

Readme updated: 2024-01-21
AstroDMx Capture can be found at: https://www.astrodmx-capture.org.uk

Currently binaries are optimised for generic x86-64, Core2 and Haswell CPUs. At some point these binaries will be consolidated into one and use CPU Dispatch to run optimised code for specific CPU types.

You can manually start AstroDMx by typing the following:

/opt/AstroDMx-Capture/bin/AstroDMx-Capture

If the application fails to run, then run the application via a terminal session to see which dependencies are missing. Details in the debug section below.

You do not need to uninstall when upgrading to a new version.

Debug Mode
----------

/opt/AstroDMx-Capture/bin/AstroDMx-Capture -D2

The debug mode (detailed above) will show any missing dependencies. Install anything that's needed and try again.

MANUAL INSTALL
--------------

Run the install.sh script as root

MANUAL UNINSTALL
----------------

*** This is only needed if you have installed using the manual installer ***

Take extreme care with the following instructions. Making a mistake could damage your operating system.

1] rm /etc/xdg/menus/applications-merged/astrodmx.menu
2] rm /etc/udev/rules.d/80-theimagingsource-cameras.rules
3] rm /etc/udev/rules.d/85-qhyccd.rules
4] rm /etc/udev/rules.d/99-atik.rules
5] rm /etc/udev/rules.d/99-svbony.rules
6] rm /etc/udev/rules.d/asi.rules
7] rm /etc/udev/rules.d/efw.rules
8] rm /usr/share/astrodmx_capture/*
11] rm /usr/share/applications/astrodmx_capture_debug.desktop
12] rm /usr/share/applications/astrodmx_capture.desktop
13[ rm /usr/share/desktop-directories/astrodmx.directory
14] rm -rf /opt/AstroDMx-Capture
15] udevadm control --reload-rules
