{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf480
{\fonttbl\f0\fswiss\fcharset77 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww9600\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural

\f0\fs24 \cf0 INSTALL\
\
Installation of the package spherical_cpc.\
\
\
\
COMPILATION\
\
To compile all the diverse runnable programs, use the command in the main directory (where this file is):\
				make all\
\
To compile one by one each runnable program, \
	go in the corresponding folder\
	open the makefile\
	de-comment the diverse dependencies (CC, GPP, CFLAGS, LDFLAGS, OPT and FRAMEWORKS)\
	type make\
\
\
\
DEPENDENCIES\
\
To correctly use this package, you must install these dependencies:\
	- GLUT : used for visualization -> need to be installed by the user -> http ://www.opengl.org/resources/libraries/glut/\
	- OpenGL : used for visualization -> need to be installed by the user -> http://www.opengl.org/\
	- avilib : creation of .avi video -> library provided\
	- libcfitsion : creation of .fits images -> library provided -> http://heasarc.gsfc.nasa.gouv/fitsio/\
	- tr : used to create images of any size -> library provided -> http://www.mesa3d.org/brianp.TR.html/\
	- fftw : fourier transform on the sphere -> need to be installed by the user -> http://www.fftw.org/   (version fftw3 de 2006)\
\
\
\
CREATION OF PATHS\
\
To create paths to automatically use the diverse runnable programs of the package.\
In the .bashrc file, you need to enter the following lines:\
	PATH_SPHERICALCPC = put here the absolute path to the toolbox\
	PATH = $PATH : $PATH_SPHERICALCPC/Elevation_map\
	PATH = $PATH : $PATH_SPHERICALCPC/Filter\
	PATH = $PATH : $PATH_SPHERICALCPC/Meshes/Equiangulaire\
	PATH = $PATH : $PATH_SPHERICALCPC/Meshes/Subdivision\
	PATH = $PATH : $PATH_SPHERICALCPC/Meshes/HEALPix\
	PATH = $PATH : $PATH_SPHERICALCPC/Spherical_Harmonics\
	PATH = $PATH : $PATH_SPHERICALCPC/Synthesis\
	PATH = $PATH : $PATH_SPHERICALCPC/Torus\
	PATH = $PATH : $PATH_SPHERICALCPC/Visualization\
\
Once your .bashrc is either created or modified, type in a command window :\
	\
	source .bashrc\
\
Then\
\
	echo $PATH\
\
should make appear the whole list of paths mentioned above.\
}