From a02849a0eb8aebac7e448a45b4ab7695ff68d504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Mon, 14 Mar 2011 23:25:08 +0000 Subject: [PATCH] update INSTALL.cmake git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37924 a592a061-630c-0410-9148-cb99ea01b6c8 --- INSTALL.cmake | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/INSTALL.cmake b/INSTALL.cmake index c093097a1e..8c80d9b68f 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -22,8 +22,14 @@ Building LyX with CMake 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: + \msvc2010-deps\deps20\bin + \msvc2010-deps\deps20\python + \msvc2010-deps\deps20\imagemagick + \msvc2010-deps\deps20\ghostscript + \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 @@ Build options -- 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