mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
7e566747fd
commit
970b240cb0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user