This version of xmccd is known to support the Alta and Aspen cameras.  

Run the script 

./install_apogee_usb 

to copy the files needed to  the appropriate target directories:

/usr/local/lib64 
/usr/local/include
/usr/local/etc
/etc/udev/rules.d


The versions of libapogeedrv included here were built with 64-bit 
OpenSuse Leap 42.1 and should work with other similar Linux distributions. 

Build a new version as noted below:

cd libapogee-3.0.3179/apogee
make -f makefile.xmccd clean
make -f makefile.xmccd libapogeedrv.so
make -f makefile.xmccd libapogeedrv_alta.so
make -f makefile.xmccd libapogeedrv_altaf.so
make -f makefile.xmccd libapogeedrv_aspen.so
cp libapogeedrv.so ../../
cp libapogeedrv_alta.so ../../
cp libapogeedrv_altaf.so ../../
cp libapogeedrv_aspen.so ../../
cd ../../
./install_apogee

This library is derived from the work of 


Dave Mills
The Random Factory
P.O. Box 44070
Tucson AZ 85733-4070

Tel: +1 (520) 822 5221
Fax: +1 (520) 822 5223
email rfactory@theriver.com
http://www.randomfactory.com/



 
  
John Kielkopf
Physics and Astronomy
University of Louisville
eml: kielkopf@louisville.edu
http://www.astro.louisville.edu/software






