]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.cmake
Fix the Unicode encoding of langle/rangle
[lyx.git] / INSTALL.cmake
index d765bf9acef11f5ab2bfeb5e01aaad678a225f62..e0e7afde4cb740ee5ae1e4e20e8ef36ce42c91d7 100644 (file)
@@ -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 <lyx-source-dir> -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)