Next Previous Contents

2. Installation

2.1 How to obtain SJBfkt

Get SJBfkt from SJB Homepage

2.2 Requirements

This is a commandline program which uses std C library classes, you shouldn't need anything else.

THIS PROGRAM USES A SUBROUTINE OF THE NUMERICAL RECIPES. THIS SUBROUTINE IS NOT DELIVERD BECAUSE IT IS NOT OPEN SOURCE. YOU NEED THE FILE

polint.c
AND THE PROTOTYPE DECLARATION
nr.h
TO COMPILE THESE PROGRAMS.

2.3 Compilation and installation

In order to compile and install SJBfkt on your system, type the following in the base directory of the SJBfkt distribution:

% ./configure
% make
% make install

Since SJBfkt uses

autoconf
you should have not trouble compiling it. Should you run into problems please report them to the the author at Markus Fruehwirth


Next Previous Contents