mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-25 10:16:52 -04:00
The lib/Makefile.MinGW makefile has been enhanced to link to the DLL version of fftw3 which is the normal version of the library that you get with the Windows installer. The library is located by passing the FFTW3_DIR variable on the make command line. For example on my system: $ # In a MinGW console $ cd ~/src/wsjtx/lib $ make QT_DIR=/c/Tools/Qt/5.2.1/mingw48_32 \ > FFTW3_DIR=/c/Tools/fftw-3.3.3-dll32-2 Similarly with the qmake project: $ # In a Qt MinGW 32-bit console $ cd ~/src/wsjtx $ qmake \ > HAMLIB_DIR=c:/test-install/hamlib/mingw48_32 \ > FFTW3_DIR=c:/Tools/fftw-3.3.3-dll32-2 $ mingw32-make git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4551 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Description
This a mirror of WSJT-X and will be updated every 6 hours. PR will be ignored, head to the SF link. Repo will be updated at 06:00:00 UTC 12:00:00 UTC 18:00:00 UTC 00:00:00 UTC Now fixed.
Languages
C++
52.4%
Fortran
19.5%
Python
18.8%
C
7.6%
CMake
1.3%
Other
0.1%