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

build project #683

Closed
DittmerOk opened this issue Mar 10, 2024 · 2 comments
Closed

build project #683

DittmerOk opened this issue Mar 10, 2024 · 2 comments

Comments

@DittmerOk
Copy link

I downloaded the source code. How do I build the project to get the exe? and where will he lie down?

@raivisdejus
Copy link
Collaborator

raivisdejus commented May 29, 2024

For notes on running the Buzz locally see https://github.com/chidiwilliams/buzz/blob/main/CONTRIBUTING.md
This will not produce the .exe as for that a setup process is needed that I am not familiar with on Windows.

.exe for the current release you can find in the releases section https://github.com/chidiwilliams/buzz/releases

An option to get the .exe of your custom version is to do the build on GitHub. Fork the repo and add a manual run github action like this https://github.com/raivisdejus/buzz/blob/manual-build/.github/workflows/manual-build.yml Then trigger this action on your repo and once it is finished you will be able to download the .exe from the Assets section of the action (look at the very bottom of action summary page once it is finished)

For the action to work you will also need changes to the makefile https://github.com/raivisdejus/buzz/blob/manual-build/Makefile

@raivisdejus
Copy link
Collaborator

Did some changes.

Now after commits to the repo GitHub actions will run the build and you can download the .exe from the artefacts section of the run. This should work also on a forked repo

attels

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