Home / old / V1.0
Name Modified Size InfoDownloads / Week
Parent folder
astrofocuser_v1.0_linux_amd64 2012-10-24 33.1 kB
astrofocuser_v1.0_linux_x86 2012-10-24 26.3 kB
astrofocuser_v1.0_src.tar.gz 2012-10-24 14.6 kB
Totals: 3 Items   74.0 kB 0
astrofocuser v1.1.2

===================================================
(c) 2013 Blaise-Florentin Collin, GNU GPL v3
contact : thx8411_nospam_@users.sourceforge.net
www : http://sourceforge.net/projects/astrofocuser
===================================================

1. Presentation
2. Requirements
3. Usage
4. Build from sources

===================================================

1. Presentation

   astrofocuser is a very simple tool written with
Qt 4.5 to help star focusing in astrophotogaphy. This
tool applies an FWHM by transparency on the background
window.

2. Requirements

   astrofocuser just needs the standard Qt 4.5 libraries
to work, on a modern windowed operating system, with a
compositing window manager.

3. Usage

   Just launch astrofocuser, and place the window on the
area to exploit. Astrofocuser will then display the area
FWHM in yellow

4. Build from sources

   You will need a cmake, make, a c++ compiler with all
the c++ standard libraries, and the developpement version
of the Qt 4.5 (or above) libraries. You will also need the
developpement version of the libx11 composite extensions.

   To build from source use :

   >gzip -d astrofocuser_?.?.?_src.tar.gz
   >tar -xvf astrofocuser_?.?.?_src.tar
   >mkdir astrofocuser-build
   >cd astrofocuser-build
   >cmake ../astrofocuser_?.?.?_src/
   >make
   >sudo make install


PS : on some OS (like ubuntu 10.04 LTS) , you will have
to activate the special visual effects to get the 
astrofocuser transparency working. Anyway, you will need
a compositing window manager to get astrofocuser working.
Source: README, updated 2013-05-29