David V Fansler - 2025-01-27

Greetings - I am trying to incorporate the Fourier_0.8 libraries from here on Sourceforge.net, without much luck. The lib, includes, reside in a folder "C:\Fourier0.8\lib, C:\Fourier0.8\include, C:\Fourier_0.8\bin. The Readme for Fourier_0.8 states that to compile a program you have the following command:
** gcc -o sample_prog sample_prog.c -lfourier -lm**. So my question is how do I instruct Dev-C++ as to where to find -lfourier and -lm?
Kind regards,
Davod