From 7080441b8743863cf50fcbc7e28e6750822d342d Mon Sep 17 00:00:00 2001 From: Arnaud Taffanel <arnaud@taffanel.org> Date: Mon, 28 Sep 2015 16:05:15 +0200 Subject: [PATCH] Updated the win32 binary install instruction. See issue #207 --- win32install/readme.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/win32install/readme.txt b/win32install/readme.txt index 426c99c..92441ee 100644 --- a/win32install/readme.txt +++ b/win32install/readme.txt @@ -1,3 +1,6 @@ +Warning: Generating windows executable is not working yet with Python3. This is +work in progress in issue #207. Any help is apreciated! + Howto generate cfclient Windows installer ========================================= @@ -50,4 +53,4 @@ Finally open the win32install folder in the file explorer. Right click on cfclient.nsi, chose "Compile NSIS script (choose compressor)". The NSIS compiler opens, Select "LZMA (solid)" compressor. After a little while the script is compiled and "cfclient-win32-install-version.exe" is created -in the script folder. \ No newline at end of file +in the script folder. -- GitLab