Skip to content

Commit

Permalink
Fix pacman install command for Windows build guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
skystrife committed Feb 5, 2016
1 parent 915feb8 commit 8050007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ you should run the following commands to download dependencies and related
software needed for building:

```bash
pacman -Syu git mingw-w64-x86_64-{gcc,cmake,make,icu,jemalloc}
pacman -Syu git make mingw-w64-x86_64-{gcc,cmake,icu,jemalloc}
```

Then, exit the shell and launch the "MinGW-w64 Win64" shell. You can obtain
Expand Down

0 comments on commit 8050007

Please sign in to comment.