Notes by John Nelson G4KLA
2 September 2011
(with acknowledgment to Joe Large W6CQZ for breaking the ground.)
If you have not installed the basic infrastructure needed on the Mac then you should download WSJT code
svn co svn://svn.berlios.de/wsjt/trunk
and carry out the instructions in Steps 1 to 3 in Wsjt_Howto_MacOSX_10.6.html. If you have already done
that, then the rest is easy.
You need to download WSPR source code. Please visit the WSJT Home page at
http://www.physics.princeton.edu/pulsar/K1JT for details on
how to do this in the section: "Explicit Downloading Instructions".
Step 4 Change to the directory containing the WSPR code and set the environment parameters:
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv VERSIONER_PYTHON_PREFER_32_BIT yes
setenv CFLAGS "-arch i386"
setenv FFLAGS "-arch -386"
make -f Makefile_10.6
If you are successul then you can run the program with:
python wspr.py
Note that if you logout and return to the WSPR directory, remember to repeat the line:
setenv VERSIONER_PYTHON_PREFER_32_BIT yes
Last point If you find errors or omissions in this document, or improvements, or need help, please let me know. g4kla at rmnjmn dot demon dot co dot uk