]> git.lyx.org Git - lyx.git/blobdiff - INSTALL.cmake
Finally add some comments to the currentBufferView() and documentBufferView() functions.
[lyx.git] / INSTALL.cmake
index e96e79276281a875e6a922713917669694c3a20a..af4e254708be9ec70a70b2f7fd1b6f4f7bdc71ce 100644 (file)
@@ -27,7 +27,8 @@ Windows only
      * as described in INSTALL.scons
      * install win32libs with the 'KDE on Windows' installer
        http://download.cegit.de/kde-windows/installer/
-       (there are also Qt packages for msvc and mingw)
+       - use the msvc packages
+       - a release version of Qt is also available by the installer
     
     If cmake couldn't find these modules set GNUWIN32_DIR, eg. 
     -DGNUWIN32_DIR=c:\gnuwin32. By default cmake searches in your 
@@ -100,6 +101,15 @@ Building with GCC/Linux
 
 
 
+Ubuntu packages
+----------------
+    You need additionally these packages:
+      * g++
+      * cmake
+      * qt4-dev-tools
+
+
+
 Building with Xcode/Mac
 -----------------------