Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to easily install for Windows GNURadio Install. #4

Closed
wgaylord opened this issue Apr 25, 2017 · 7 comments
Closed

No way to easily install for Windows GNURadio Install. #4

wgaylord opened this issue Apr 25, 2017 · 7 comments

Comments

@wgaylord
Copy link

No description provided.

@daniestevez
Copy link
Owner

This is not specific of gr-satellites. It is a problem with any OOT module that is distributed as source, because Windows doesn't come with a proper build environment.

@wgaylord
Copy link
Author

wgaylord commented Apr 25, 2017

Really? I am pretty sure the c compiler pip uses is proper.....

@daniestevez
Copy link
Owner

If you have on your Windows machine a build environment where you can compile mixed C++ and Python projects using cmake and SWIG, then you're good to go.

@wgaylord
Copy link
Author

I have no cmake or SWIG as that is not what pip uses. It uses msvc on windows (10).

@daniestevez
Copy link
Owner

You need cmake and SWIG to build GNU Radio OOT modules. PIP is only for Python. That's what I implied with #4 (comment)

@wgaylord
Copy link
Author

If you don't realize msvc is a full C++ compiler....

Also even if I install cmake and SWIG I could not build your stuff... Because it only supports linux. (Using linux only libs....) . And I am not re-coding someone else project...

@daniestevez
Copy link
Owner

It's pretty pointless to continue this discussion, but, first of all, it is not at all trivial to get a proper build environment to build GNU Radio OOT modules on Windows (even a blank OOT module just created with gr_modtool and which uses no special libraries).

Second, gr-satellites itself is just a collection of GRC flowgraphs (i.e., XML files), so it's actually platform agnostic and it runs wherever GRC can run.

Third, gr-satellites depends on an assorted collection with OOT modules, some of which might use many libraries which are typically available only in UNIX-like systems, others which don't use so many libraries and others which are just pure Python. Getting each of those OOT modules to run on Windows is surely a challenge, and they come from several different developers.

Last but not least, most of GNU Radio development happens on Linux and other UNIX-like systems. Even building GNU Radio under Windows is quite nontrivial, so I don't see the point in complaining about this. Windows is simply not supported really. You might have some luck with Cygwin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants