diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-07-06 18:22:16 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-07-06 18:22:16 +0200 |
commit | 59172156bf0c6a74b3597331b053d1195e39122f (patch) | |
tree | 4330ce234d380488307bd4451bfefbbf8f7842d1 /README.md | |
parent | Merge pull request #884 (diff) | |
parent | updated README to reflect Windows changes (diff) | |
download | monero-59172156bf0c6a74b3597331b053d1195e39122f.tar.xz |
Merge pull request #885
b727a1f updated README to reflect Windows changes (Riccardo Spagni)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -112,8 +112,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** |