mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update INSTALL.cmake
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38629 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
12f8e7a6f9
commit
f66746be70
@ -17,10 +17,10 @@ Building LyX with CMake
|
||||
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
|
||||
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=<lyx-source>/lib
|
||||
Windows : set LYX_DIR_20x=<lyx-source>\lib
|
||||
Linux/Unix: export LYX_DIR_21x=<lyx-source>/lib
|
||||
Windows : set LYX_DIR_21x=<lyx-source>\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
|
||||
|
Loading…
Reference in New Issue
Block a user