updated README to reflect Windows changes
This commit is contained in:
parent
de91bb75a1
commit
b727a1ffbf
|
@ -126,8 +126,7 @@ pacman -Su --ignoregroup base
|
||||||
pacman -Su
|
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.
|
* 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`
|
* 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`
|
||||||
* 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)
|
|
||||||
|
|
||||||
**Building**
|
**Building**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue