Re: [Rts-2-devel] rts2-camd-sbigusb missing
Open source observatory control software
Brought to you by:
pkubanek
|
From: Ferran C. <fer...@gm...> - 2014-10-15 10:21:54
|
Thanks Petr,
After installing libusb-dev (libcfitsio3-dev was already installed), a
plain vanilla install works ok.
My observatory is a 0.20 m telescope (with a lx200 compatible German mount,
FS2 system) a SBIG ST8 with filter wheel, robofocus focuser and maxdomeII
dome. My intended purpose make asteroid astrometry and exoplanets transits.
Best regards,
Ferran
2014-10-14 19:01 GMT+02:00 Petr Kubánek <pe...@ku...>:
>
> Hi,
>
> I looked on this. It seems you need path to fitsio.
>
> libcfitsio shall be installed on Ubuntu from package - apt-get install
> libcfitsio3-dev.
>
> libusb-dev is also needed, and shall be installed from package (apt-get
> install libusb-dev)
>
> With those two libraries installed the standart way, you don't need
> modification to configure.in
>
> cfitsio path shall be put with --with-cfitsio. I need to solve usb
> library problem, there is something already for Alta/Apogee, but that
> should be improved.
>
> Anyway, installing everything from packages, as described above, should
> solve your problems.
>
> For which telescope/instrument/purpose do you plan to use RTS2?
>
> Petr
>
> Ferran Casarramona píše v Po 13. 10. 2014 v 23:54 +0200:
> > Correction. configure.ac modification must be:
> > AC_ARG_WITH(sbig,
> > [ --with-sbig path to SBIG USB CCD driver, build SBIG USB
> > CCD driver],
> > SBIG="${withval}";
> > LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o $SBIG/csbigimg.o
> > -L/usr/local/lib -L/data/fits/cfitsio/lib/";
> > INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/
> > -I/data/fits/cfitsio -D TARGET=7 -D ENV_LINUX=7",
> > [SBIG=no])
> >
> >
> > Kind regards,
> >
> > Ferran
> >
> > 2014-10-12 22:56 GMT+02:00 Ferran Casarramona
> > <fer...@gm...>:
> > Hi,
> >
> >
> > finally I could compile rts2-camd-sbigusb
> >
> >
> > I will reproduce all the step here for reference:
> > -Download SBIG SDK, install driver and compile test.app to get
> > csbigcam.o and csbigimg.o (needed later).
> >
> > -Modify ubuntu-rts2-install to call './configure' with
> > --with-sbig
> >
> > if [ $with_db == 1 ]; then
> > ./configure --without-wcs
> > --with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
> > else
> > ./configure --without-wcs --without-pgsql
> > --with-sbig=/home/ferran/LinuxDevKit/x86/c/testapp
> > fi
> >
> >
> > - Modify cofigure.ac file (in rts2 folder) this way (it would
> > be great if this change is include in future versions of rts2)
> >
> >
> > AC_ARG_WITH(sbig,
> > [ --with-sbig path to SBIG USB CCD driver, build
> > SBIG USB CCD driver],
> > SBIG="${withval}";
> > LIB_SBIG="-L${SBIG} -lsbigudrv $SBIG/csbigcam.o
> > $SBIG/csbigimg.o -L/usr/local/lib -L/data/fits/cfitsio/lib/";
> > INC_SBIG="-I${SBIG} -I.ls -I/usr/include/libusb-1.0/
> > -I/data/fits/cfitsio -D TARGET=ENV_LINUX",
> > [SBIG=no])
> >
> >
> >
> > Thanks,
> >
> > Ferran Casarramona
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Comprehensive Server Monitoring with Site24x7.
> > Monitor 10 servers for $9/Month.
> > Get alerted through email, SMS, voice calls or mobile push notifications.
> > Take corrective actions from your mobile device.
> > http://p.sf.net/sfu/Zoho
> > _______________________________________________
> > Rts-2-devel mailing list
> > Rts...@li...
> > https://lists.sourceforge.net/lists/listinfo/rts-2-devel
>
>
>
>
|