]> git.lyx.org Git - features.git/commitdiff
add Linux/Win GCC instructions
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 14 Jun 2006 07:49:44 +0000 (07:49 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 14 Jun 2006 07:49:44 +0000 (07:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14097 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/README.cmake

index b6c4e8777b0e2b4f490a8ea72a90b843328a8cb5..074265e7d2cb0b58466f6f0290e701e2cc9ad4a1 100755 (executable)
@@ -1,10 +1,11 @@
 Building LyX with CMake\r
 \r
-CMake 2.4.2 or CVS version from www.cmake.org\r
+For all builds:\r
+- CMake 2.4.2 or CVS version from www.cmake.org\r
+- install Qt 4 and make sure qmake 4 is found\r
 \r
 \r
 Building Visual C++ 2005 project files:\r
-\r
 - install Visual C++ 2005\r
 - install Platform SDK 2005, "Core" and "Web Workshop"\r
 - add include and library paths of the SDK to the IDE search paths,\r
@@ -15,7 +16,25 @@ Building Visual C++ 2005 project files:
 - call in the build directory 'cmake ..\trunk\development\cmake'\r
 - start lyx.sln\r
 \r
+TIPS: - rename Microsoft Visual Studio 8\VC\vcpackages\feacp.dll \r
+        to disable Intellisense\r
+      - the Release build links much faster\r
+\r
+\r
+Building with GCC/Linux:\r
+- create a build directory, e.g. .../trunk/../build\r
+- call in the build directory 'cmake ..\trunk\development\cmake'\r
+\r
+Building with GCC/Windows:\r
+- install zlib (www.zlib.net) into %ProgramFiles%/GnuWin32/include+lib\r
+- create a build directory, e.g. .../trunk/../build\r
+- call in the build directory 'cmake ..\trunk\development\cmake'\r
+\r
 \r
 To generate other build files call 'cmake'\r
 which shows a list of possibilities.\r
 \r
+\r
+The build process tries to find aspell and iconv on Windows \r
+in %ProgramFiles%/GnuWin32/ and in /usr/ or in /usr/local \r
+under Linux. If they are not found the support is disabled.\r