X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.cmake;h=c093097a1ec8432e2041b042547bc454778c8f3c;hb=fc4324b07c7d0b69048e6b1f0f82af4e38690983;hp=d50dc9b8078c4e89325276a7be688ea9662e4022;hpb=b2613e0d9cb8bcda09455cc6e88cde71a5d1ea38;p=lyx.git diff --git a/INSTALL.cmake b/INSTALL.cmake index d50dc9b807..c093097a1e 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -21,7 +21,8 @@ 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/ + * Visual Studio 2010: ftp://ftp.devel.lyx.org/pub/contrib/windows/bin + or use the option LYX_3RDPARTY_DOWNLOAD If cmake couldn't find these modules set GNUWIN32_DIR, eg. -DGNUWIN32_DIR=c:\gnuwin32. By default cmake searches in your @@ -148,7 +149,8 @@ Build options -- LYX_CONSOLE = ON : Show console on Windows -- LYX_VLD = OFF : Use VLD with MSVC -- LYX_WALL = OFF : Enable all warnings - -- LYX_LYX_CONFIGURE_CHECKS = OFF : Also run configure checks for MSVC + -- LYX_CONFIGURE_CHECKS = OFF : Also run configure checks for MSVC + -- LYX_3RDPARTY_DOWNLOAD = OFF : Download precompiled 3rd party libraries for MSVC 10