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

Can't build the project #233

Closed
imsadegh opened this issue Aug 23, 2022 · 3 comments
Closed

Can't build the project #233

imsadegh opened this issue Aug 23, 2022 · 3 comments

Comments

@imsadegh
Copy link

imsadegh commented Aug 23, 2022

I downloaded the project and when I run the winbuild.cmd it gives these errors at the end.

Screenshot 2022-08-23 221853

@kittybwained
Copy link

try run this from cmd instead of powershell

@imsadegh
Copy link
Author

try run this from cmd instead of powershell

same result

@tlecomte
Copy link
Owner

tlecomte commented May 5, 2024

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!

@tlecomte tlecomte closed this as completed May 5, 2024
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

3 participants