Author: kuemmel
Date: Tue Mar 15 00:25:08 2011
New Revision: 37924
URL: http://www.lyx.org/trac/changeset/37924
Log:
update INSTALL.cmake
Modified:
lyx-devel/trunk/INSTALL.cmake
Modified: lyx-devel/trunk/INSTALL.cmake
==============================================================================
--- lyx-devel/trunk/INSTALL.cmake Mon Mar 14 00:14:12 2011 (r37923)
+++ lyx-devel/trunk/INSTALL.cmake Tue Mar 15 00:25:08 2011 (r37924)
@@ -22,8 +22,14 @@
On Windows install the supplementary modules:
* Visual Studio 2008:
ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip
* Visual Studio 2010: ftp://ftp.devel.lyx.org/pub/contrib/windows/bin
- or use the option LYX_3RDPARTY_DOWNLOAD
-
+ or use the option LYX_DEPENDENCIES_DOWNLOAD, then you have to
add
+ these paths to your PATH variable:
+ <build-dir>\msvc2010-deps\deps20\bin
+ <build-dir>\msvc2010-deps\deps20\python
+ <build-dir>\msvc2010-deps\deps20\imagemagick
+ <build-dir>\msvc2010-deps\deps20\ghostscript
+ <build-dir>\msvc2010-deps\deps20\gettext-tools
+
If cmake couldn't find these modules set GNUWIN32_DIR, eg.
-DGNUWIN32_DIR=c:\gnuwin32. By default cmake searches in your
program folder. Or use the cmake GUI to set the GNUWIN32_DIR path.
@@ -150,7 +156,7 @@
-- LYX_VLD = OFF : Use VLD with MSVC
-- LYX_WALL = OFF : Enable all warnings
-- LYX_CONFIGURE_CHECKS = OFF : Also run configure checks for MSVC
- -- LYX_3RDPARTY_DOWNLOAD = OFF : Download precompiled 3rd party
libraries for MSVC 10
+ -- LYX_DEPENDENCIES_DOWNLOAD= OFF : Download precompiled 3rd party
libraries for MSVC 10