aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-02-21 05:31:14 +1100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-02-21 05:31:14 +1100
commitb75bdcbc5225d6bd83740e2a1075a8aeb2052627 (patch)
tree89fd635b8d3647c3731c214837b40bf830c4f705
parentd3335dec58fff9fd5f33433f80c0a1f7500c1ea5 (diff)
downloadexternal_heimdall-b75bdcbc5225d6bd83740e2a1075a8aeb2052627.zip
external_heimdall-b75bdcbc5225d6bd83740e2a1075a8aeb2052627.tar.gz
external_heimdall-b75bdcbc5225d6bd83740e2a1075a8aeb2052627.tar.bz2
Added missing info to the Windows README
-rw-r--r--Win32/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Win32/README.txt b/Win32/README.txt
index 892f639..362d06e 100644
--- a/Win32/README.txt
+++ b/Win32/README.txt
@@ -517,7 +517,7 @@ be included.
Appendix B - Installing Heimdall Suite from Source
- Heimdall and Heimdall Frontend both utilise the CMake for managing the build
+ Heimdall and Heimdall Frontend both utilise CMake for managing the build
process. CMake can generate files for various build systems including GNU
Make and Visual Studio. However, official packages are compiled with GNU
Make and MinGW-W64 GCC/G++.
@@ -533,7 +533,7 @@ Appendix B - Installing Heimdall Suite from Source
2. After installing MSYS2 a command prompt will launch, enter:
Pacman -Syu
- Pacman -S mingw-w64-x86_64 mingw-w64-x86_64-clang mingw-w64-x86_64-cmake mingw-w64-x86_64-make mingw-w64-x86_64-qt5-static
+ Pacman -S mingw-w64-x86_64 mingw-w64-x86_64-clang mingw-w64-x86_64-cmake mingw-w64-x86_64-libusb mingw-w64-x86_64-qt5-static make
3. Add the MinGW-W64 binaries to your PATH environment variable: