From 8f993bfcf185b15834b85d776ff9749534630760 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sat, 7 May 2011 11:47:30 +0000 Subject: [PATCH] cmake: update readmes, we have now a top level cmake file git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38611 a592a061-630c-0410-9148-cb99ea01b6c8 --- INSTALL.Win32 | 2 +- INSTALL.cmake | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL.Win32 b/INSTALL.Win32 index e24470055e..f9f6493bc1 100644 --- a/INSTALL.Win32 +++ b/INSTALL.Win32 @@ -41,7 +41,7 @@ Compiling with Microsoft Visual C++ - Run the CMake GUI. - - Set the source code path to C:\LyX\lyx-20\development\cmake + - Set the source code path to C:\LyX\lyx-20 Set the build path to C:\LyX\lyx-20-build Click Configure and set the generator to Visual Studio 10. diff --git a/INSTALL.cmake b/INSTALL.cmake index e100baacca..4764438adc 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -86,24 +86,24 @@ Using cmake Here some examples, assuming the build folder is in the same folder as the source tree: * Makefiles on Linux - cmake ../trunk/development/cmake + cmake ../trunk * Project files for QtCreator: - Open the trunk/development/cmake/CMakeLists.txt file and select the build folder + Open the trunk/CMakeLists.txt file and select the build folder or create the files in the command line using the -G"CodeBlocks *" option, eg - cmake ../trunk/development/cmake -G"CodeBlocks - Unix Makefiles" + cmake ../trunk -G"CodeBlocks - Unix Makefiles" * Project files for Xcode - cmake ../trunk/development/cmake -GXcode + cmake ../trunk -GXcode * Project files for Visual Studio 10 - cmake ..\trunk\development\cmake -G"Visual Studio 10" + cmake ..\trunk -G"Visual Studio 10" * NMake files for Visual Studio - cmake ..\trunk\development\cmake -G"NMake Makefiles" + cmake ..\trunk -G"NMake Makefiles" * Makefiles for MinGW - cmake ..\trunk\development\cmake -G"MinGW Makefiles" + cmake ..\trunk -G"MinGW Makefiles" Daily work: -- 2.39.2