31
23
I am trying to build the current Bitcoin source in Windows 7x64 - Does anyone know of an idiot-proof tutorial? Some of the steps in the included doc give me errors.
When I try to tar openssl with msys, I get symlink errors.
Is there a better walk-through?
"some of the steps give me errors" is not specific enough. You should provide the compiler output for people to give you practical advice as to what you do wrong. – wumpus – 2011-09-11T08:02:50.287
Building on 64-bit vs 32-bit should offer no differences in the process. – Matt Corallo – 2011-09-09T17:15:40.837
Might also help us to help you if you actually give the error messages rather then just saying 'when I try to tar openssl I get symlink errors' what is the exact command for tar with arguments? What are the exact errors? What directory are you in when you execute the tar command? I built it on Windows 7 64 bit using the mingw tools from those instructions just fine after editing the paths to match my setup for what it is worth. – twobits – 2011-09-11T05:48:25.283
1
0 answers? Posted to the forum - https://bitcointalk.org/index.php?topic=42411.0
– ripper234 – 2011-09-09T06:53:59.703I was kind of hoping someone could post the steps here instead of linking to another site. It wouldn't make sense to grant a bounty for some links. Also, thanks David for setting up the bounty - can I add to it? – Alex Waters – 2011-09-09T22:02:56.083
@Alex Waters I don't think so:
– nmat – 2011-09-10T00:58:57.747Only 1 active bounty per question at any given time.from here