-
Notifications
You must be signed in to change notification settings - Fork 163
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
Can't build the project #233
Comments
try run this from cmd instead of powershell |
same result |
I assume the goal was to run Friture locally, from its sources ? In that case, winbuild.cmd is not the proper tool, it's meant to build the project in the Github Actions automated builds. It's failing in your case because it cannot find WiX and the Microsoft packaging tools, which are used to build an MSI package and an appx package. The steps to run Friture locally from source on Windows are documented here: https://github.com/tlecomte/friture/blob/master/INSTALL.md#running-friture-from-source-on-windows I have moved the winbuild file into the .github folder to make it less confusing: #272 I'm closing the ticket, feel free to reopen if you want to add more details or suggestions to make this clearer. Thanks! |
I downloaded the project and when I run the winbuild.cmd it gives these errors at the end.
The text was updated successfully, but these errors were encountered: