pothosware / PothosSDR

Pothos SDR windows development environment
https://github.com/pothosware/PothosSDR/wiki
311 stars 48 forks source link

VS2015 and QT 5.6.0 support #12

Closed bkerler closed 8 years ago

bkerler commented 8 years ago
guruofquality commented 8 years ago

@bkerler Wow thanks. I didn't think anyone would ever use this build script besides me. :-)

Good to learn about the beta installers for qt. This is very helpful. I am looking forward to building installers for MSVC 2015. https://download.qt.io/development_releases/qt/5.6/5.6.0-beta/

Also, I agree with the c:/local/ for the various dependencies. Much cleaner this way.

I want to merge this, my only concern is growing the git history very large with the prebuilt.zip. With several versions of boost and periodic updates to prebuilt.zip, the repo will get even bigger.

As an alternative, I propose 1) a readme with urls to all relevant binaries, 2) or better a script that downloads from the internet and unzips into c:/local, or 3) hosting prebuilt.zip on an external webserver.

What do you think about that?

bkerler commented 8 years ago

Hi Josh,

very good idea :) I think Nr.2 or Nr. 3 would be the best and easiest. Thanks for the build script, it helps a lot for compiling gnuradio for windows :D

Cheers, Bjoern Kerler

Josh Blum notifications@github.com hat am 5. Januar 2016 um 02:31 geschrieben:

@bkerler https://github.com/bkerler Wow thanks. I didn't think anyone would ever use this build script besides me. :-)

Good to learn about the beta installers for qt. This is very helpful. I am looking forward to building installers for MSVC 2015. https://download.qt.io/development_releases/qt/5.6/5.6.0-beta/

Also, I agree with the c:/local/ for the various dependencies. Much cleaner this way.

I want to merge this, my only concern is growing the git history very large with the prebuilt.zip. With several versions of boost and periodic updates to prebuilt.zip, the repo will get even bigger.

As an alternative, I propose 1) a readme with urls to all relevant binaries, 2) or better a script that downloads from the internet and unzips into c:/local, or 3) hosting prebuilt.zip on an external webserver.

What do you think about that?

— Reply to this email directly or view it on GitHub https://github.com/pothosware/PothosSDR/pull/12#issuecomment-168863846 .

guruofquality commented 8 years ago

@bkerler do you think that you could re-submit the pull request without the pre-built.zip file? Use something like git filter-branch to remove it from the history. Thanks. appreciated.

I think Nr.2 or Nr. 3 would be the best and easiest. Thanks for the build script,

Cool. In that case the entire c:\local will be zipped up and hosted on the downloads server. And I will try to document the exact download urls so its possible to make a script in the future.

bkerler commented 8 years ago

Hi Josh,

found another two bugs in the script, will make new pull request with new version, prebuilt.zip uploaded at my homepage.

Cheers, Bjoern Kerler

Josh Blum notifications@github.com hat am 5. Januar 2016 um 23:11 geschrieben:

@bkerler https://github.com/bkerler do you think that you could re-submit the pull request without the pre-built.zip file? Use something like git filter-branch to remove it from the history. Thanks. appreciated.

 > > 
 I think Nr.2 or Nr. 3 would be the best and easiest. Thanks for the

build script,

Cool. In that case the entire c:\local will be zipped up and hosted on the downloads server. And I will try to document the exact download urls so its possible to make a script in the future.

— Reply to this email directly or view it on GitHub https://github.com/pothosware/PothosSDR/pull/12#issuecomment-169150039 .

guruofquality commented 8 years ago

found another two bugs in the script, will make new pull request with new version, prebuilt.zip uploaded at my homepage.

@bkerler thanks!

Also, would you like commit access to the git repo?

guruofquality commented 8 years ago

@bkerler I git filtered the prebuilt and I am basing this work off of your pull request: https://github.com/pothosware/PothosSDR/tree/msvc2015

It looks like there are still some build issues, example: I just made some new gnuradio patches. Also you should have repo access now -- if you are interested.

I will merge msvc2015 into master once I get it building 100%. Thanks for the patches.