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

Windows Build Using a Qt Subdirs Project #272

Open
simurg1728 opened this issue Feb 16, 2025 · 3 comments
Open

Windows Build Using a Qt Subdirs Project #272

simurg1728 opened this issue Feb 16, 2025 · 3 comments

Comments

@simurg1728
Copy link

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.

@BatchDrake
Copy link
Owner

BatchDrake commented Feb 16, 2025

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 (Scripts/dist-mingw32.sh) that works on GitHub CI's machines and requires MSYS2, a bunch of pacman packages and renaming the lrelease executable (see the full action file here: https://github.com/BatchDrake/SigDigger/blob/master/.github/actions/win32deps/action.yml). Would it be too much of a hassle if you try to repeat these steps in your machine? I can send you a prebuilt binary SigDigger for Windows if you want too.

@simurg1728
Copy link
Author

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.

@BatchDrake
Copy link
Owner

BatchDrake commented Feb 16, 2025 via email

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