http://git.mynero.i2p/pokkst/monero/src/branch/master/README.md?display=source
If you don ' t care about the version and just want binaries from master, skip this step: ```bash git checkout v0.17.1.0 ``` * If you are on a 64-bit system, run: ```bash make release-static-win64 ``` * If you are on a 32-bit system, run: ```bash make release-static-win32 ``` * The resulting executables can be found in `build/release/bin` * **Optional**: to build Windows binaries suitable for debugging on a 64-bit system, run: ```bash make...