Quickly update the bigdog and guidedog copy of the iarc sofware Ref: 1309-iarc_install_notes.html has the full installation instruction. 1. BigDog ssh bigdog -l bigdog #ARC66 and parint Device Driver # copy source # compile & install rsync -az -v --delete -C /home/iarc/src/IARC-1.0/DRIVER/ ~/src/IARC-1.0/DRIVER/ cd ~/src/IARC-1.0/DRIVER/astropci/3.0/PCIe/E6.0_x32 make clean make UnLoad_AstroPCIe // as root Load_AstroPCIe cd ~/src/IARC-1.0/DRIVER/parint make -f makefile.apps clean // cleans all files make // makes the driver make -f makefile.apps // makes the test applications cp parint.ko /lib/modules/`uname -r`/kernel/drivers/char // as root #H2RG DSP code cd ~/src/IARC-1.0/H2RG/H2RG.DSP.SpeX hg pull // pull from iarc repository hg update // update the local working copy tim // compile #CFitsIO cd ~/src/IARC-1.0/cfitsio/ rsync -az -v --delete -C /home/iarc/src/IARC-1.0/cfitsio/ ~/src/IARC-1.0/cfitsio/ make clean; make #ARC_API cd ~/src/IARC-1.0/ARC_API/src/ARC_API/3.0/CArcDevice hg pull // pull from iarc repository hg update // update the local working copy #IARC Server cd ~/src/IARC-1.0/iarc hg pull // pull from iarc repository hg update // update the local working copy make iarc_server // optional - get compiled by spex. #WEBGUI cd ~/src/IARC-1.0/WEBGUI hg pull // pull from iarc repository hg update // update the local working copy make 2. GuideDog ssh guidedog -l guidedog #ARC66 and parint Device Driver # copy source # compile & install rsync -az -v --delete /home/iarc/src/IARC-1.0/DRIVER/ ~/src/IARC-1.0/DRIVER/ cd ~/src/IARC-1.0/DRIVER/astropci/3.0/PCIe/E6.0_x32 make clean make UnLoad_AstroPCIe // as root Load_AstroPCIe cd ~/src/IARC-1.0/DRIVER/parint make -f makefile.apps clean // cleans all files make // makes the driver make -f makefile.apps // makes the test applications cp parint.ko /lib/modules/`uname -r`/kernel/drivers/char // as root #Aladdin DSP code cd ~/src/IARC-1.0/ALBL_DSP hg pull // pull from iarc repository hg update // update the local working copy tim // compile #CFitsIO cd ~/src/IARC-1.0/cfitsio/ rsync -az -v --delete -C /home/iarc/src/IARC-1.0/cfitsio/ ~/src/IARC-1.0/cfitsio/ make clean; make #ARC_API cd ~/src/IARC-1.0/ARC_API/src/ARC_API/3.0/CArcDevice hg pull // pull from iarc repository hg update // update the local working copy #IARC Server cd ~/src/IARC-1.0/iarc hg pull // pull from iarc repository hg update // update the local working copy make al // optional - get compiled by spex. #WEBGUI cd ~/src/IARC-1.0/WEBGUI hg pull // pull from iarc repository hg update // update the local working copy make