mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
adding win building details.
cloning and extra build details included.
This commit is contained in:
parent
a2cef8cba4
commit
91663fcc00
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -353,8 +353,22 @@ application.
|
||||||
or `MinGW-w64-Win64 Shell` shortcut on 32-bit Windows. Note that if you are
|
or `MinGW-w64-Win64 Shell` shortcut on 32-bit Windows. Note that if you are
|
||||||
running 64-bit Windows, you will have both 64-bit and 32-bit MinGW shells.
|
running 64-bit Windows, you will have both 64-bit and 32-bit MinGW shells.
|
||||||
|
|
||||||
|
**Cloning**
|
||||||
|
|
||||||
|
* To git clone, run:
|
||||||
|
|
||||||
|
git clone --recursive https://github.com/monero-project/monero.git
|
||||||
|
|
||||||
**Building**
|
**Building**
|
||||||
|
|
||||||
|
* Change to the cloned directory, run:
|
||||||
|
|
||||||
|
cd monero
|
||||||
|
|
||||||
|
* If you would like a specific [version/tag](https://github.com/monero-project/monero/tags), do a git checkout for that version. eg. 'v0.12.1.0'. If you dont care about the version and just want binaries from master, skip this step:
|
||||||
|
|
||||||
|
git checkout v0.12.1.0
|
||||||
|
|
||||||
* If you are on a 64-bit system, run:
|
* If you are on a 64-bit system, run:
|
||||||
|
|
||||||
make release-static-win64
|
make release-static-win64
|
||||||
|
|
Loading…
Reference in a new issue