From 9f99997c8b76d83ec4acf36d4f790f555b6a252c Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 6 May 2020 11:03:39 +0200 Subject: [PATCH] added Readme for cross compile tasks --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a9eaf3..d3b06a0 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,16 @@ cd into downloaded files and Generate makefiles: ### Windows cross build -TODO! +Set Winbuild flag in CMakeList.txt. + +Dependencies: +* MinGW Compiler +* MinGW-libcurl +* MinGW-libconfig++ + +Optional dependencies +* NSIS Pack tool (for creating installer) +* doxygen (for generating html doc) + +Some addition configuration of lib paths may be needed in CMakeList.txt. +`make package` will pack it into a NSIS installer for Windows.