mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Notes.
This commit is contained in:
parent
446769203f
commit
64539c8e71
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user