From 7c642c5af8b7fe7a7baf1f3c89a1c0c3f7474783 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 9 Oct 2015 21:47:01 +0200 Subject: [PATCH] Update LYX_DIR_21x environment variable --- INSTALL.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.cmake b/INSTALL.cmake index 731fbc5447..18009a3df2 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -18,10 +18,10 @@ Building LyX with CMake If you use Qt 5, use -DLYX_USE_QT=QT5, otherwise Qt 4 will be searched. When you want to run LyX without installing from an out-of-source - build directory you have to set the environment variable LYX_DIR_21x + build directory you have to set the environment variable LYX_DIR_22x and it must point to the lib dir in the source tree. - Linux/Unix: export LYX_DIR_21x=/lib - Windows : set LYX_DIR_21x=\lib + Linux/Unix: export LYX_DIR_22x=/lib + Windows : set LYX_DIR_22x=\lib Windows specific