indigo-astronomy / indigo

INDIGO is a system of standards and frameworks for multiplatform and distributed astronomy software development designed to scale with your needs.
http://www.indigo-astronomy.org
Other
149 stars 67 forks source link

Andor install #558

Closed wschoenell closed 1 month ago

wschoenell commented 1 month ago

Adds make install to the andor optional ccd driver. It is needed so indigo_server indigo_ccd_andor works, otherwise the user has to copy the .so file manually.

rumengb commented 1 month ago

Actually, this is not enough. We need to generate driver metadata to make indigo_server list it in the drivers property. Also, it did not install the executable and static drivers. I have fixed it. See commit 4b6af1e7472c6616aa472a912ecddea76a895e0f

wschoenell commented 1 month ago

great, thank you for taking the time to look into this.