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

Question about building goosli binaries #15

Open
CelestinLg opened this issue Jun 15, 2023 · 1 comment
Open

Question about building goosli binaries #15

CelestinLg opened this issue Jun 15, 2023 · 1 comment

Comments

@CelestinLg
Copy link

Hello and thank you for your work @l1va .
I'm new to GitHub and I don't understand how to build goosli binaries. I'm on windows 10 and don't have Linux. I've tried running the commands stated in the README but it doesn't work.
I'm very new to this so if you could explain me like I'm five, it would be very much appreciated.

I've managed to get spycer running, so I'm just missing goosli binaries files (I think).

I hope this is the right place to ask questions, if no I'll remove it.

Thanks for all

@beshoyr100
Copy link

You can enter to the main folder of 'goosli' in the terminal and then start running this lines of code one by one.

go build -o goosli cmd/goosli/goosli.go
go build -o goosli_analyzer cmd/goosli_analyzer/goosli_analyzer.go
go build -o goosli_colorizer cmd/goosli_colorizer/goosli_colorizer.go
go build -o goosli_cutter cmd/goosli_cutter/goosli_cutter.go
go build -o goosli_simplifier cmd/goosli_simplifier/goosli_simplifier.go

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