INSTALL


You just need to untar all archives under the same directory (which path will be stored in the IFU_PATH environment variable). Then cd under each created directory (beginning with the librairies), and enter configure and then make (only the wish need a special option to be provided to the configure script).

Here is a correct sequence :

cd IFU_C_iolibs-6.0d
configure
make
cd ..
cd IFU_C_mathlibs-6.1
configure
make
cd ..
cd IFU_gentools-6.1
configure
make
cd ..
cd Oasis-6.1 (or Sauron-X.X or Snifs-X.X or ...)
configure
make
cd ..

and to add the GUI capabilities ...

cd IFU_X11_libs-6.1
configure
make
cd ..
cd IFU_wish-6.0
configure --disable-shared
make
cd ..

Environment variables


Then just set the IFU_PATH environment variable to the proper path (like described before) and the IFU_DEFAULT_FMT to "tiger+fits". At the end, add to your own path (in .login, .cshrc, .bashrc ...) the following:

${IFU_PATH}/Oasis-6.1/user/bin:${IFU_PATH}/IFU_X11_libs-6.1/user/bin

This is large enough to run XOasis, XSauron, ..., but you may also add ${IFU_PATH}/IFU_gentools-6.1/user/bin to benefit from convenient tools like wr_desc, show_table, etc ... in your own scripts (tcl/tk ones for example).

--
Arlette.Pecontal@obs.univ-lyon1.fr