commit 64539c8e7187434247b4aa26721ee953fb2c5169
Author: Richard Kimberly Heck <[email protected]>
Date:   Tue Jun 18 17:51:09 2019 -0400

    Notes.
---
 development/cmake/scripts/cmingw |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/development/cmake/scripts/cmingw b/development/cmake/scripts/cmingw
index 00671d9..24e18c7 100644
--- a/development/cmake/scripts/cmingw
+++ b/development/cmake/scripts/cmingw
@@ -1,5 +1,18 @@
 #!/bin/bash
 
+# This file configures for cross-compilation for Windows 32 bit on 
+# Fedora. Confirmed working on F29, at this point.
+
+# mkdir winbuild
+# cd winbuild
+# bash ../development/cmake/scripts/cmingw
+# make
+# make package
+
+# You should end up with something akin to 
+# LyX23-2.3.3-win32.zip
+# in the winbuild directory.
+
 CMAKE="mingw32-cmake";
 MINGW="i686-w64-mingw32";
 LYXSRC="";
@@ -22,7 +35,6 @@ while getopts ":dDh" opt; do
   esac
 done
 
-
 $CMAKE $LYXSRC \
     -DLYX_PROGRAM_SUFFIX=0 \
     -DCMAKE_VERBOSE_MAKEFILE=1 \

Reply via email to