From: Kornel Benko Date: Sun, 8 May 2011 08:48:13 +0000 (+0000) Subject: Update INSTALL.cmake X-Git-Tag: 2.1.0beta1~3320 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f66746be7093c2d4e7296e48f83b412d6239bde4;p=features.git Update INSTALL.cmake git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38629 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/INSTALL.cmake b/INSTALL.cmake index 4764438adc..69dafe829f 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -17,10 +17,10 @@ Building LyX with CMake Windows : set PATH=\bin;%PATH% When you wanna run LyX without installing from a out-of-source - build directory you have to set the environment variable LYX_DIR_20x + build directory you have to set the environment variable LYX_DIR_21x and it must point to the lib dir in the source tree. - Linux/Unix: export LYX_DIR_20x=/lib - Windows : set LYX_DIR_20x=\lib + Linux/Unix: export LYX_DIR_21x=/lib + Windows : set LYX_DIR_21x=\lib Windows specific @@ -74,6 +74,10 @@ Building out-of-source select this folder when using CMake's GUI, cmake-gui, or go into this folder when you call cmake from the shell. + Before performing an out-of-source build, ensure that all CMake generated + in-source build information is removed from the source directory, + e.g., CMakeFiles directory, CMakeCache.txt. + Using cmake