¥È¥Ã¥×   ¿·µ¬ °ìÍ÷ ñ¸ì¸¡º÷ ºÇ½ª¹¹¿·   ¥Ø¥ë¥×   ºÇ½ª¹¹¿·¤ÎRSS

¥¤¥ó¥¹¥È¡¼¥ë ¤Î¥Ð¥Ã¥¯¥¢¥Ã¥×(No.1)


¥ª¡¼¥È¥¬¥¤¥À¡¼¤Î³«È¯

ɬÍ״Ķ­¤òÀ°¤¨¤ë

  • ´ðËÜ¥½¥Õ¥È
    sudo apt-get install emacs
    sudo apt-get install gnuplot-x11
    sudo apt-get install sox
    sudo apt-get install vncviewer
    sudo apt-get install openssh-server
  • ´Ñ¬, QL¤ËɬÍפʥ½¥Õ¥È
    sudo apt-get install wcstools
    sudo apt-get install sextractor
    sudo apt-get install vncviewer
  • nightvie¤ò»ÈÍѤ¹¤ë¤¿¤á¤ËɬÍפʥ½¥Õ¥È
    Linux or FreeBSD (may works on other systems), the camera server requires Linux by manufacturer policy
    cfitsio library
    SBIG camera library (optional, for camera daemon)
    cURL library (absolutely optional, the nightview contains simple http protocol implementation, but curl supports more features)
    gdk, gtk ver 1.2, .. gdk-pixbuf libraries (for building an old gtknightview)
    wxWidget library (for xnightview)
    wxPython library (for xmove)
  • ¾åµ­¤Î¥¤¥ó¥¹¥È¡¼¥ë
    sudo apt-get install libgtk2.0-dev
    sudo apt-get install cURL
  • SBIG library¤Î¥¤¥ó¥¹¥È¡¼¥ë
    http://www.physics.muni.cz/mb/nightview/documents.html#sbig¤ò»²¹Í¤Ë¹Ô¤¦¡£
    ¤¿¤À¤·¡¢¾å¤Î¥Ú¡¼¥¸¤ÎɬÍ×¥Õ¥¡¥¤¥ë¤¬¤¢¤ë¥ê¥ó¥¯¤¬¤­¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢install_sbig_firmware.sh¤ò½ñ¤­´¹¤¨¤ë¡£
    ¥ê¥ó¥¯Àè¡¡http://cometas.sytes.net/rotacion/tercidina/PUBLIC_SOFTWARE-2008-03-04.tar.gz
    sudo ./install_sbig_firmware.sh
  • cfitsio¤Î¥¤¥ó¥¹¥È¡¼¥ë
    http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html¤«¤é¥¤¥ó¥¹¥È¡¼¥ë
    tar xvfz cfitsio3360.tar.gz   (¥Õ¥¡¥¤¥ë¤òŸ³«)
    cd cfitsio
    ./configure  --prefix=/usr/local  (¥¤¥ó¥¹¥È¡¼¥ëÀè¤ò·è¤á¤Æconfigure)
    make
    su
    make install
    /usr/local/lib ¤Ë libcfitsio.a
    /usr/local/include ¤Ë drvrsmem.h, fitsio.h, fitsio2.h, longnam.h¤¬¤Ç¤­¤Æ¤¤¤ë¤Ï¤º
  • wxWidget¥¤¥ó¥¹¥È¡¼¥ë
    °Ê²¼¤Î¥µ¥¤¥È¤«¤é¥¤¥ó¥¹¥È¡¼¥ë
    http://www.wxwidgets.org/downloads/
    sudo make
  • nightviewer¤Î¥³¥ó¥Ñ¥¤¥ë
    sudo ./configure
    sudo ./configure --without-xmove --without-xnightview
    sudo make
    sudo make install