jgaeddert / liquid-dsp

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

[INFO] liquid-dsp is now on conan-center (Windows users will like it) #249

Open ruilvo opened 2 years ago

ruilvo commented 2 years ago

Hello there!

I took the liberty to make liquid-dsp available from conan-center. Conan is a package manager for C(++). It took some effort, but it even works transparently with MSVC on Windows! (full disclosure, to get liquid-dsp to compile it gets mingw as a dependency and builds with with gcc, and then uses msvc's tooling to get a link library for dlls).

So for Windows users this might be a great opportunity to effortlessly use liquid-dsp.

Thanks for the work in the library!

luizrenault commented 2 years ago

Can you provide brief instructions on how to use this and compile as a dll using msvc?

jgaeddert commented 2 years ago

This is great! I realize that the non-native support for float complex in MSVC is a real pain which is why I've never pursued it. Kudos for the effort here!