mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Win installer: preparations for a new build
- the long awaited MiKTeX installer is available, this fixes many installation errors in LyX is installed for the first time (I will provide a new installer build as soon as I find more time)
This commit is contained in:
parent
b24664b0ac
commit
6819035660
@ -1,8 +1,17 @@
|
||||
Changelog for LyX-214-2:
|
||||
Changelog for LyX-214-3:
|
||||
- updated to MiKTeX 2.9 build 5721
|
||||
|
||||
|
||||
Changelog for LyX-214-2:
|
||||
- fix bug that viewing/exporting of some file formats failed because of
|
||||
unknown executable for .py files
|
||||
- updated to Python 2.7.10 (fixes problems that LyX got erroneous if
|
||||
Python 2.7.10 was installed before LyX)
|
||||
- updated spell-checker dictionary for English (GB)
|
||||
(To benefit from them you must uninstall an already installed LyX 2.1.x and
|
||||
then use this installer.)
|
||||
- updated thesaurus for Slovenian
|
||||
(you need to reinstall LyX to benefit from this)
|
||||
|
||||
|
||||
Changelog for LyX-214-1:
|
||||
|
@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
|
||||
!define APP_VERSION_REVISION 4
|
||||
!define APP_VERSION_EMERGENCY "" # use "1" for an emergency release of LyX otherwise ""
|
||||
!define APP_EMERGENCY_DOT "" # use "." for an emergency release of LyX otherwise ""
|
||||
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
|
||||
!define APP_VERSION_BUILD 3 # Start with 1 for the installer releases of each version
|
||||
|
||||
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display
|
||||
|
||||
@ -39,7 +39,7 @@ These typically need to be modified for each LyX release
|
||||
|
||||
!define FILES_LYX "D:\LyXPackage2.1\LyX"
|
||||
!define FILES_DEPS "D:\LyXGit\Master\lyx-windows-deps-msvc2010"
|
||||
!define FILES_QT "C:\Qt\4.8.6"
|
||||
!define FILES_QT "C:\Qt\4.8.7"
|
||||
!define ClassFileDir "${FILES_LYX}\Resources\tex"
|
||||
!define DVIPostFileDir "${FILES_DEPS}\tex"
|
||||
|
||||
@ -59,6 +59,6 @@ These typically need to be modified for each LyX release
|
||||
!if ${SETUPTYPE} == BUNDLE
|
||||
!define JabRefInstall "external\JabRef-2.10-setup.exe"
|
||||
!define SIZE_JABREF 14100
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.5105.exe"
|
||||
!define MiKTeXInstall "$INSTDIR\external\basic-miktex-2.9.5721.exe"
|
||||
!endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user