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

SavvyCAN,How to package running software for windows? #861

Open
puwenjie opened this issue Nov 5, 2024 · 3 comments
Open

SavvyCAN,How to package running software for windows? #861

puwenjie opened this issue Nov 5, 2024 · 3 comments

Comments

@puwenjie
Copy link

puwenjie commented Nov 5, 2024

In windows environment, I use MinGW's windeployqt to package the project, but why the directory of the packaged files is not the same as the SavvyCAN-Windows_x64_CIBuild directory that you packaged, I would like it to be exactly the same as yours, may I ask how you packaged windows?
I also read your readme which is about linux packaging process, Can you provide me with the details of your packaging process for Windows programs?
hope to get your answer, thanks!
your SavvyCAN-Windows_x64_CIBuild :
image
my:
image

@collin80
Copy link
Owner

collin80 commented Nov 5, 2024

The CI build uses Visual Studio command line tools, not MinGW. Also, you can easily see all the steps by looking at the CI build script here:

https://github.com/collin80/SavvyCAN/blob/master/.github/workflows/build.yml

@puwenjie
Copy link
Author

puwenjie commented Nov 6, 2024

Thanks for your answer!
I noticed the build.xml config file earlier. How can I integrate this build.xml config file and the CI build method into QT Creator so that I can debug online, does CI build support integration into QT Creator?
How did you do it?

@puwenjie
Copy link
Author

puwenjie commented Nov 6, 2024

Is the CI Build you are referring to msvc? I as well configured it, in qt Creator, but the program generated by release is not the same structure as the one you packaged, why?

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