aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-07-03 16:42:26 +0200
committerRiccardo Spagni <ric@spagni.net>2016-07-03 16:42:26 +0200
commitb727a1ffbfc413f3c303616da809c3f058ab52c3 (patch)
tree2a0356e0a69351ae181855542f9a8d781061021e /README.md
parentMerge pull request #870 (diff)
downloadmonero-b727a1ffbfc413f3c303616da809c3f058ab52c3.tar.xz
updated README to reflect Windows changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 81d5d75da..4ece5bff0 100644
--- a/README.md
+++ b/README.md
@@ -126,8 +126,7 @@ pacman -Su --ignoregroup base
pacman -Su
```
* For those of you already familiar with pacman, you can run the normal `pacman -Syu` to update, but you may get errors and need to restart MSYS2 if pacman's dependencies are updated.
-* Install dependencies: `pacman -S mingw-w64-x86_64-gcc make mingw-w64-x86_64-cmake mingw-w64-x86_64-unbound mingw-w64-x86_64-boost`
-* If you are planning to build statically you will also need to install: `pacman -S mingw-w64-x86_64-ldns mingw-w64-x86_64-expat` (note that these are likely already installed by the unbound dependency installation above)
+* Install dependencies: `pacman -S mingw-w64-x86_64-gcc make mingw-w64-x86_64-cmake mingw-w64-x86_64-expat mingw-w64-x86_64-boost`
**Building**