how to run lyx from out-of-source dir

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38132 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-03-29 20:39:02 +00:00
parent 7e566747fd
commit 970b240cb0

View File

@ -16,6 +16,11 @@ Building LyX with CMake
Linux/Unix: export PATH=<your path to qt>/bin:$PATH
Windows : set PATH=<your path to qt>\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
and it must point to the lib dir in the source tree.
Linux/Unix: export LYX_DIR_20x=<lyx-source>/lib
Windows : set LYX_DIR_20x=<lyx-source>\lib
Windows specific