Op 2-6-2013 17:00, Uwe Stöhr schreef:
commit 54e37ebc9935f2f5f053fc51d2f1e85678340806
Author: Uwe Stöhr <uwesto...@lyx.org>
Date: Sun Jun 2 17:00:16 2013 +0200
INSTALL.Win32: updates for lyX 2.1
- fix a link and ad info for the installer
- add the 3 required DLLs for the installer
- Check the Advanced checkbox.
Set GETTEXT_MSGFMT_EXECUTABLE to
- C:\LyX\lyx-20-build\msvc2010-deps\deps20\gettext-tools\msgfmt.exe,
+ C:\LyX\lyx-21-build\msvc2010-deps\deps21\gettext-tools\msgfmt.exe,
and do the same for the other gettext tools.
This should not be necessary if the GNUWIN32_DIR is set.
Moreover, the deps20 directory comes from the msvc2010-deps.zip that is
downloaded. So, if we do not update the file on the server, people might
get confused.
Copy
- - C:\LyX\lyx-20-build\msvc2010-deps\deps20\bin
- - C:\LyX\lyx-20-build\msvc2010-deps\deps20\imagemagick
- - C:\LyX\lyx-20-build\msvc2010-deps\deps20\python
- - C:\LyX\lyx-20-build\msvc2010-deps\deps20\ghostscript
- - C:\LyX\lyx-20-build\msvc2010-deps\deps20\Resources
- to C:\LyX\lyx-20-install
+ - C:\LyX\lyx-21-build\msvc2010-deps\deps21\bin
+ - C:\LyX\lyx-21-build\msvc2010-deps\deps21\imagemagick
+ - C:\LyX\lyx-21-build\msvc2010-deps\deps21\python
+ - C:\LyX\lyx-21-build\msvc2010-deps\deps21\ghostscript
+ - C:\LyX\lyx-21-build\msvc2010-deps\deps21\Resources
+ to C:\LyX\lyx-21-install
dito, deps20 and deps21
Vincent