We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: