X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.cmake;h=af4e254708be9ec70a70b2f7fd1b6f4f7bdc71ce;hb=3f40e63e1b9fa629197196b1a6a972f8680eaef5;hp=e96e79276281a875e6a922713917669694c3a20a;hpb=640c283015cc16b1fa385322e03b079191ba53c7;p=lyx.git diff --git a/INSTALL.cmake b/INSTALL.cmake index e96e792762..af4e254708 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -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 -----------------------