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

windows install fix: #32

Open
gprime31 opened this issue Dec 14, 2024 · 0 comments
Open

windows install fix: #32

gprime31 opened this issue Dec 14, 2024 · 0 comments

Comments

@gprime31
Copy link

gprime31 commented Dec 14, 2024

step1: sudo apt-get install gcc-mingw-w64
step2: git clone https://github.com/BishopFox/jsluice.git && cd jsluice/cmd/jsluice
step3: GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CXX=x86_64-w64-mingw32-g++ CC=x86_64-w64-mingw32-gcc go build .
step4: copy the sjluice.exe to c:/users/$USER/go/bin
Credit: (https://gist.github.com/Kalitsune/2035d26ec0721a78a6c4ae0c11fe9057)

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

1 participant