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

how to build windows version #69

Open
muziling opened this issue May 24, 2021 · 0 comments
Open

how to build windows version #69

muziling opened this issue May 24, 2021 · 0 comments

Comments

@muziling
Copy link

muziling commented May 24, 2021

build linux version ,geth -v show VERSION is 1.10.3-stable-4c1ff91c
build windows version by command: env CC=x86_64-w64-mingw32-gcc-posix CXX=x86_64-w64-mingw32-g++-posix CGO_CFLAGS="-D_WIN32_WINNT=0x0400" CGO_CXXFLAGS="-D_WIN32_WINNT=0x0400" /root/go/bin/gox -cgo -osarch="windows/amd64" ./...
then show VERSION is 1.10.3-stable.
something maybe still use ethereum/go-ethereum , not /flashbots/mev-geth?

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