X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.cmake;h=e0e7afde4cb740ee5ae1e4e20e8ef36ce42c91d7;hb=c48356552229f8cb644282ac453a9be2b6fb91c9;hp=d765bf9acef11f5ab2bfeb5e01aaad678a225f62;hpb=23d3417fb15ad4c71cecb6411bafa545e4520ab4;p=lyx.git diff --git a/INSTALL.cmake b/INSTALL.cmake index d765bf9ace..e0e7afde4c 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -132,7 +132,11 @@ Build options Options could be passed by the -D prefix when running cmake. Available options will be listed on each cmake run. - "cmake . -Dhelp=1" lists all available options: + "cmake -Dhelp=1 -S -B /tmp" lists all available options: + !!! Mark, that using this command creates CMakeCache.txt and CMakeFiles + !!! which have to be removed afterwards. Therefore it is better to explicitly + !!! specify a temporary build directory (/tmp in this example) + # Available on all systems/compilers -- LYX_CPACK = OFF : Use the CPack management (Implies LYX_INSTALL option)