You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this software on Unix (Ubuntu 20.04). Since there is no installer for Unix, I tried to compile from the sources via cmake . but to no avail (I could point cmake to Qt5 but not to FFTW).
To be sure that I did things right, could you share the commands you use to compile from the sources ? Is special care needed to link the external librairies (Qt5, FFTW, ...) ?
Apologies if I am not using the right vocabulary, I am not familiar with cmake.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello @JJPPeters
I am trying to use this software on Unix (Ubuntu 20.04). Since there is no installer for Unix, I tried to compile from the sources via
cmake .
but to no avail (I could pointcmake
to Qt5 but not to FFTW).To be sure that I did things right, could you share the commands you use to compile from the sources ? Is special care needed to link the external librairies (Qt5, FFTW, ...) ?
Apologies if I am not using the right vocabulary, I am not familiar with
cmake
.Thanks.
The text was updated successfully, but these errors were encountered: