]> git.lyx.org Git - lyx.git/commitdiff
cmake: update readmes, we have now a top level cmake file
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 7 May 2011 11:47:30 +0000 (11:47 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 7 May 2011 11:47:30 +0000 (11:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38611 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL.Win32
INSTALL.cmake

index e24470055efe684c3e5b8e211285ad48a8e23ffe..f9f6493bc1c00b0f3fc0613365047d12dfc30aa5 100644 (file)
@@ -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.
 
index e100baacca5a499b526695048d4a40faa7eceb15..4764438adc4d7f2b62b974f972f818e203ebc70d 100644 (file)
@@ -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: