-
Notifications
You must be signed in to change notification settings - Fork 105
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
Windows Build Using a Qt Subdirs Project #272
Comments
Hello! I fixed Windows builds literally days ago, hope our work didn't overlap too much. I still have to make a development release for all 3 systems, and macOS is the one being the blocker for now. I don't know if you were aware of this but, there is a Windows build script in the Scripts folder ( |
Hello, |
The script is fairly automatic, you only need to clone SigDigger, install
those dependencies (once) and just call build-mingw32. It will start
cloning all the remaining dependencies (including sigutils and Suscan) and
build everything step by step. If the script fails it will output a .txt
file with the error messages you can attach to this issue.
El dom, 16 feb 2025, 21:51, simurg1728 ***@***.***> escribió:
… Hello,
I wasnt aware of the Windows scripts. I should have check project files.
But it is good to hear Windows builds are fixed. I can check them but it
may take a while.
—
Reply to this email directly, view it on GitHub
<#272 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEVET3JSBRX4DRSEPUNGIT2QD26BAVCNFSM6AAAAABXH6AF4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRRGYYTENRXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: simurg1728]*simurg1728* left a comment (BatchDrake/SigDigger#272)
<#272 (comment)>
Hello,
I wasnt aware of the Windows scripts. I should have check project files.
But it is good to hear Windows builds are fixed. I can check them but it
may take a while.
—
Reply to this email directly, view it on GitHub
<#272 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEVET3JSBRX4DRSEPUNGIT2QD26BAVCNFSM6AAAAABXH6AF4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRRGYYTENRXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello,
I would like to contribute to the Windows builds. I have created a Qt subdirs project at https://github.com/simurg1728/SigDigger-MAIN, which includes all the required dependencies. I have also made minor modifications to the SigDigger libraries.
I am using Radioconda for third-party libraries (I know there are more elegant solutions, but this seemed like the easiest approach). I am able to build the project on the master branch and run the application on Windows. However, I am unable to detect my SDR devices with SoapySDR, so I will be looking into this issue.
I would like to know if this approach would be helpful.
The text was updated successfully, but these errors were encountered: