Next Previous Contents

2. Installation

2.1 How to obtain SJBfft

Get SJBfft 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 SUBROUTINES OF THE NUMERICAL RECIPES. THESE SUBROUTINES ARE NOT DELIVERED BECAUSE THEY ARE NOT OPEN SOURCE. YOU NEED THE FILES

realft.c, four1.c
AND THE PROTOTYPE DECLARATION
nr.h
TO COMPILE THIS PROGRAM.

2.3 Compilation and installation

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

% ./configure
% make
% make install

Since SJBfft 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