aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-01-28 00:16:41 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-01-28 00:16:41 +0100
commit61f7536e2259dc496211dfca21b2a0e4eef3d9f4 (patch)
treecdee8069346b498cdd1649605026c1e0ae10823c /README.md
parentb62b7bfa181e94626d771ff5c07790c50480e5f0 (diff)
downloadlogdiag-61f7536e2259dc496211dfca21b2a0e4eef3d9f4.tar.gz
logdiag-61f7536e2259dc496211dfca21b2a0e4eef3d9f4.tar.xz
logdiag-61f7536e2259dc496211dfca21b2a0e4eef3d9f4.zip
Fix to work on Windows XP
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 054e0d8..d7bf789 100644
--- a/README.md
+++ b/README.md
@@ -52,8 +52,8 @@ Leave out the fakeroot for CMake >= 2.8.9, it's been fixed since.
## Building from sources on Windows
-First install CMake 2.8 and MinGW. Add both to your system path. If you want to
-build an installation package, also install NSIS.
+First install CMake >= 3.1 and MinGW. Add both to your system path. If you want
+to build an installation package, also install NSIS.
Run the following command in the directory with source files to automatically
fetch and setup all dependencies (contact me if the script becomes obsolete,
@@ -85,6 +85,7 @@ By default, that is if you specify no generator, both packages are built.
## Cross-compiling for Windows
+The procedure is almost exactly the same as before, including the requirements.
Just install MinGW-w64 and let automation take care of the rest.
$ cmake -P Win32Depends.cmake
@@ -93,5 +94,5 @@ Just install MinGW-w64 and let automation take care of the rest.
$ cmake .. \
-DCMAKE_TOOLCHAIN_FILE=../ToolchainDebianMinGWW64.cmake \
-DCMAKE_BUILD_TYPE=Release
- $ cpack -G ZIP
+ $ cpack