jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.82k stars 426 forks source link

Building liquid-dsp for Windows #144

Open inchawln opened 5 years ago

inchawln commented 5 years ago

Where can I find instructions to build and use liquid-dsp with Visual Studio on Windows?

brian-armstrong commented 5 years ago

Hi @inchawln

I have a branch of liquid that will work in msvc. It doesn't come with any solution files, but you can build them easy enough with cmake -G. https://github.com/quiet/quiet-dsp/tree/win

That branch actually builds in appveyor. You can see how it invokes cmake to get a msvc build here https://github.com/quiet/quiet-dsp/blob/win/appveyor.yml#L44