casebeer / afsk

AFSK – Bell 202 Audio Frequency Shift Keying encoder and APRS client
BSD 2-Clause "Simplified" License
83 stars 22 forks source link

Build on Windows #1

Closed cpbridges closed 8 years ago

cpbridges commented 8 years ago

Hi There, I can build this fine on my Linux/Mac units. But I cannot do the same for Windows. I'm using Windows 8 (I know, not my fault), installed Python 2.7 and the VCforPython27.exe.

Pip.exe install works fine and the binary compiles and runs, but I want to edit the code and have a dig around. Any suggestions?

The typical method of 'python setup.py install' works fine, and gives a good output like my Linux/Mac machines. But it then reports: 'failed to create process'.

Thanks in advance for the help, C

cpbridges commented 8 years ago

Ignore me. I've fixed it - typical path issues. C