AdaptiveOpticsControl

Installation

Downloading source code

You can clone this repository, or download the latest .tar.gz distribution.

Libraries

Standard libraries

Install above libraries (centOS):

	sudo yum install readline-devel flex bison-devel fftw3-devel gsl-devel

Install above libraries (Ubuntu):

	sudo apt-get install libcfitsio3 libcfitsio3-dev libreadline6-dev libncurses5-dev libfftw3-dev libgsl0-dev flex bison

FITSIO

For reading and writing FITS image files

Additional libraries

CentOS

Install Development tools, use the command bellow. This will search the yum repositories, and install the tools from the closest repo.

	sudo yum groupinstall "Development tools"

Ubuntu

	sudo apt-get install autoconf libtool git

Compilation

The source code follows the standard GNU build process:

	autoreconf -vif
	./configure
	make
	make install

Unpack

	gunzip <package>.tar.gz
	tar -xvf <package>.tar

The source code follows the standard GNU build process:

	./configure
	make
	sudo make install