[ELECTRON] ARSS question

Gordon JC Pearce MM3YEQ gordonjcp at gjcp.net
Tue Apr 7 11:44:08 UTC 2009


On Tue, 2009-04-07 at 11:49 +0100, Ben Rush wrote:

> Michel (the author) offers a command prompt on his site that should
> compile the app - on OS X:
>  'gcc *.c -o arss -lm -lfftw3 -O2'
> but this returns 'no match'

Okay, this command breaks down as "compile everything ending in .c,
output file is called 'arss', with the maths libraries and fftw3
libraries and some stuff we don't need to care about set"

However - that won't get you a working arss.

You'll need to install libfftw3 for it to work, which might be why it
crashes.

Basically you need to download the tarball and extract it, then read the
INSTALL text file.  That's got the instructions on what to do (install
and run cmake, then make).

Gordon




More information about the members mailing list