diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-09-23 18:18:23 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-23 18:18:23 +0200 |
commit | fffca2b1e4e4a78928f55cda5d9ecc90487c4223 (patch) | |
tree | bb10531d785e3ff5d95b8ac82981aceecd4431c9 /README.md | |
parent | updated mingw build instructions (diff) | |
download | monero-fffca2b1e4e4a78928f55cda5d9ecc90487c4223.tar.xz |
updated mingw build instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ pacman -Su * Install dependencies: `pacman -S mingw-w64-x86_64-gcc make mingw-w64-x86_64-cmake` (note: in future, once the boost 1.56 mingw-w64 issues are fixed, you can add `mingw-w64-x86_64-boost` to that list to have it installed as well) * Download the [boost 1.55 msys2 package](http://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64/mingw-w64-x86_64-boost-1.55.0-7-any.pkg.tar.xz), and install it by running `pacman -U mingw-w64-x86_64-boost-1.55.0-7-any.pkg.tar.xz` -**Building* +**Building** * From the root of the source code directory run: ``` |