aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-09-23 18:18:23 +0200
committerRiccardo Spagni <ric@spagni.net>2014-09-23 18:18:23 +0200
commitfffca2b1e4e4a78928f55cda5d9ecc90487c4223 (patch)
treebb10531d785e3ff5d95b8ac82981aceecd4431c9 /README.md
parentupdated mingw build instructions (diff)
downloadmonero-fffca2b1e4e4a78928f55cda5d9ecc90487c4223.tar.xz
updated mingw build instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd5410c63..012153616 100644
--- a/README.md
+++ b/README.md
@@ -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:
```