mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Notes.
This commit is contained in:
parent
446769203f
commit
64539c8e71
@ -1,5 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/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";
|
CMAKE="mingw32-cmake";
|
||||||
MINGW="i686-w64-mingw32";
|
MINGW="i686-w64-mingw32";
|
||||||
LYXSRC="";
|
LYXSRC="";
|
||||||
@ -22,7 +35,6 @@ while getopts ":dDh" opt; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
$CMAKE $LYXSRC \
|
$CMAKE $LYXSRC \
|
||||||
-DLYX_PROGRAM_SUFFIX=0 \
|
-DLYX_PROGRAM_SUFFIX=0 \
|
||||||
-DCMAKE_VERBOSE_MAKEFILE=1 \
|
-DCMAKE_VERBOSE_MAKEFILE=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user