Search results

View ( | ) (20 | 50 | 100 | 250 | 500)

Page title matches

  • Starting with KDE 4.5, CMake >= 2.6.4 is required. ===Required CMake version=== ...
    3 KB (464 words) - 19:37, 15 August 2010
  • ...ge to document the variables, macros and other useful stuff we have to use CMake as the KDE4 buildsystem. ...rnal.cmake], which is generated directly from the current FindKDE4Internal.cmake and may be more up-to-date. ...
    12 KB (1,842 words) - 02:48, 21 July 2012
  • CMake interface. ...there were two changes which in some cases make it necessary to modify the CMake files of projects. The change regarding KDEPIMLIBS_INCLUDE_DIR is clearly a ...
    19 KB (3,016 words) - 20:49, 2 June 2013
  • O [http://www.cmake.org CMake] lê arquivos de script e produz arquivos de entrada para o sistema de compi O [http://www.cmake.org CMake] é software livre e liberado sob a licença BSD. É desenvolvido pela [http: ...
    14 KB (2,316 words) - 12:09, 18 July 2012
  • As with KDE 4.2 and 4.3, also for KDE 4.4 still CMake >= 2.6.2 is required, so no changes in this regard. ===FindQt4.cmake: Imported Targets for the libraries=== ...
    6 KB (948 words) - 21:32, 27 January 2010

Page text matches

  • This script should cover all the source code changes, and most of the cmake changes. == CMake Changes == ...
    4 KB (538 words) - 12:34, 9 February 2018
  • | style="padding-left: 50px;"|[[Image:CMake-logo-48.png|noframe|left|48px]] || ;[[Development/CMake_(es)|CMake]] ...
    2 KB (214 words) - 10:06, 15 July 2012
  • As with KDE 4.2, also for KDE 4.3 still CMake >= 2.6.2 is required, so no changes in this regard. ...has been changed. Now Perl is still searched, but if it is not found, the CMake-run doesn't fail, it just prints a warning message. ...
    3 KB (508 words) - 18:07, 25 January 2010
  • $ cmake ~/marble/sources -DCMAKE_BUILD_TYPE=Release -DEXPERIMENTAL_PYTHON_BINDINGS= On Arch Linux you will have to add the following options to cmake so it looks like this: ...
    2 KB (322 words) - 21:01, 10 March 2016
  • ...tool used to create the configuration is ''[http://www.cmake.org CMake]''. CMake will check that you have all the required development libraries and set up % cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` ...
    4 KB (599 words) - 00:36, 20 September 2019
  • ==CMake== The best way to build the program is to use CMake. ...
    3 KB (454 words) - 20:54, 29 June 2011
  • CMake works by generating a build system for another tool to use. By default, it ==Preparing directories for a CMake build== ...
    9 KB (1,453 words) - 03:31, 29 July 2015
  • ;[[/CMake Coding Style|CMake Coding Style]] :This document describes the recommended coding style for CMake files in KDE. ...
    4 KB (665 words) - 10:25, 11 March 2016
  • ;[[/CMake Coding Style|CMake Coding Style]] :This document describes the recommended coding style for CMake files in KDE. ...
    4 KB (665 words) - 11:43, 9 February 2018
  • urpmi task-kde4-devel gcc-c++ make cmake libxml2-devel libbzip2_1-devel libclucene-devel \ urpmi task-kde4-devel gcc-c++ make cmake lib64xml2-devel lib64bzip2_1-devel \ ...
    2 KB (193 words) - 17:10, 5 June 2013
  • ...is built and installed. If you're not used to building software that uses CMake, don't worry! This guide will teach you how. ...teps. Running the automated tests is done by CTest, which ships as part of CMake. ...
    6 KB (943 words) - 05:09, 4 April 2023
  • In order to enable the vector map theme you need to pass the cmake config option cmake -DEXPERIMENTAL_VECTOR_TILING=ON ~/marble/sources ...
    1 KB (204 words) - 21:01, 10 March 2016
  • urpmi gcc-c++ cmake libxml2-devel libbzip2_1-devel \ urpmi gcc-c++ cmake lib64xml2-devel lib64bzip2_1-devel \ ...
    2 KB (111 words) - 08:48, 29 June 2008
  • sudo aptitude install build-essential cdbs debhelper cmake \ sudo aptitude install build-essential cdbs debhelper cmake \ ...
    5 KB (260 words) - 09:50, 15 July 2012
  • ==== The CMake file ==== ...files can be compiled manually, but for the user's convenience we will use CMake. The {{path|CMakeLists.txt}} file for such a simple project will be short ...
    8 KB (1,117 words) - 06:53, 13 December 2021
  • = How to integrate a Python project into the KDE4 cmake system = ...orter startups, make it as small as possible. See the example below. Since cmake bytecompiles all python source files at build time, this main file (like ka ...
    4 KB (773 words) - 00:25, 5 March 2016
  • echo 'dev-util/cmake' >> /etc/portage/package.keywords 'dev-util/cmake' \ ...
    3 KB (153 words) - 09:49, 15 July 2012
  • {{AppMiniCard|Extra CMake Modules|Special:MyLanguage/ECM5|File:CMake-logo-48.png|在搜索和链接 KDE 框架和程序库时,节省您的时间和精力。}} ...
    3 KB (204 words) - 02:03, 3 March 2020
  • bluez-libs-devel gcc-c++ libXext-devel cmake subversion giflib-devel \ После этого CMake и DBus будут установлены - пункты 5 и 6 можно пропустить. ...
    2 KB (117 words) - 09:49, 15 July 2012
  • echo 'dev-util/cmake' >> /etc/portage/package.keywords 'dev-util/cmake' \ ...
    2 KB (275 words) - 20:45, 11 October 2023
  • * you will automatically come to a screen where you can run CMake * continue with the step "Run cmake" ...
    5 KB (834 words) - 11:35, 26 May 2019
  • [http://www.cmake.org CMake] reads script files and produces input files for the native buildsystem of [http://www.cmake.org CMake] is free software and released under a BSD license. It is developed by [ht ...
    13 KB (2,129 words) - 17:48, 27 July 2015
  • Now we go into the source directory, and let <tt>cmake</tt> generate the Makefiles, which are then used by the <tt>make</tt> comma cmake . # don't forget the extra space+point! ...
    7 KB (1,148 words) - 21:03, 29 June 2011
  • === CMake macro === ...edit these templates. For that reason, KDevPlatform includes a convenience CMake macro that compresses and installs a directory as a template archive. ...
    6 KB (840 words) - 14:47, 1 May 2017
  • ==CMake== Наилучший способ собрать наше приложение - использовать CMake. Все изменения по сравнению с уроком 1 заключаются в добавлении файла <tt>m ...
    5 KB (248 words) - 09:29, 14 July 2012
  • As usual, we use CMake for build operations: <syntaxhighlight lang="cmake"> ...
    2 KB (320 words) - 11:51, 31 May 2019
  • *3 CMake ...
    514 bytes (76 words) - 13:15, 24 June 2010
  • ==CMake== The best way to build the program is to use CMake. All that's changed since tutorial 1 is that <tt>mainwindow.cpp</tt> has be ...
    4 KB (616 words) - 08:22, 16 January 2016
  • * cmake -- buildsystem used by KDE ...ential cmake git libeigen3-dev libcfitsio-dev zlib1g-dev libindi-dev extra-cmake-modules libkf5plotting-dev libqt5svg5-dev libkf5xmlgui-dev kio-dev kinit-de ...
    6 KB (843 words) - 07:02, 15 September 2019
  • As with KDE 4.2 and 4.3, also for KDE 4.4 still CMake >= 2.6.2 is required, so no changes in this regard. ===FindQt4.cmake: Imported Targets for the libraries=== ...
    6 KB (948 words) - 21:32, 27 January 2010
  • ...o de inicio automático de D-Bus e integrarlo dentro de tu construcción con CMake. Utilizaremos una directiva simple CMake para realizar la personalización e instalación. Puesto que el prefijo de in ...
    4 KB (679 words) - 20:18, 11 October 2023
  • === CheckPrototypeExists.cmake=== ...otype_definition(), defined in CheckPrototypeDefinition.cmake, coming with CMake since 2.8.5. ...
    10 KB (1,419 words) - 09:45, 3 June 2019
  • ==CMake== Nôlepi zbòdowac programã brëkùjąc CMake. Wszëtkò co je zmienioné w przërównanim do pierszi ùczbë to to, że <tt>main ...
    4 KB (646 words) - 13:10, 18 July 2012
  • {{AppMiniCard|Extra CMake Modules|Special:MyLanguage/ECM5|File:CMake-logo-48.png|Save yourself time and frustration when searching for and inclu ...
    3 KB (328 words) - 19:00, 16 September 2019
  • ==CMake== Die beste Art das Programm zu erzeugen ist CMake. Die einzige Änderung zu Kapitel 1 ist, dass <tt>mainwindow.cpp</tt> zu den ...
    4 KB (532 words) - 14:26, 14 July 2012
  • Add the -DCCACHE_SUPPORT=ON to the CMake flags to enable this feature. For example: cmake . -DCCACHE_SUPPORT=ON ...
    6 KB (1,002 words) - 11:07, 30 October 2017
  • reading=[[Development/Tutorials/CMake|CMake]] ...use CMake]] for your build environment. You provide a file CMakeLists.txt, cmake uses this file to generate all Makefiles out of it. ...
    9 KB (1,304 words) - 16:44, 24 August 2020
  • * you will automatically come to a screen where you can run CMake * continue with the step "Run cmake" ...
    6 KB (862 words) - 11:36, 26 May 2019
  • * CMake - as of 2019, the required version is CMake 3.5 cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    5 KB (800 words) - 10:00, 6 September 2020
  • reading=[[Special:myLanguage/Development/Tutorials/CMake|CMake]] ...]] for your build environment. You provide a file {{Path|CMakeLists.txt}}, CMake uses this file to generate all Makefiles out of it. ...
    10 KB (1,326 words) - 16:44, 24 August 2020
  • reading=[[Development/Tutorials/CMake|CMake]] You still need to edit the CMake files by hand though. ...
    8 KB (1,097 words) - 16:59, 19 July 2012
  • The complete program along with the CMake files necessary to build it can be found under "[http://websvn.kde.org/trun The complete program along with the CMake files required to build it can be found under "[http://websvn.kde.org/trunk ...
    4 KB (609 words) - 12:10, 6 June 2020
  • svn cmake git rpm-devel * cmake .. -DCMAKE_INSTALL_PREFIX=/usr ...
    3 KB (397 words) - 13:36, 19 September 2011
  • reading=[[Development/Tutorials/CMake|CMake]] ..., I will skip the prelude and assume that you already know how to make the CMake file, to build, and to test your Plasmoid. If you need to refer back to the ...
    4 KB (501 words) - 23:27, 11 September 2014
  • ...*checkout*/trunk/KDE/kdelibs/cmake/modules/FindAutomoc4.cmake FindAutomoc4.cmake]). Then you can add two lines per target to your CMakeLists.txt and you nev The add_dependencies macro tells cmake to add a dependency such that foobar only gets called after foobar_automoc ...
    6 KB (1,017 words) - 13:26, 9 March 2016
  • ==CMake== La mejor manera de compilar el programa es usar CMake. Lo único que ha cambiado desde el tutorial 1 es que hemos añadido <tt>main ...
    4 KB (637 words) - 09:46, 14 July 2012
  • ==CMake== Det bästa sättet att bygga programmet på är att använda CMake.Det enda som har förändrats sen föregående guide är att <tt>mainwindow.cpp< ...
    4 KB (557 words) - 09:47, 14 July 2012
  • * cmake ...hose folders exist. Very comfortable this can be done by using the program cmake-gui. Take care to set the following: ...
    2 KB (277 words) - 09:17, 18 December 2012
  • ...de/thorsten/krep krep] as an example. In case of a [[Development/Tutorials/CMake| CMake]]-based project you will need to ...
    7 KB (1,101 words) - 22:47, 29 May 2019
  • reading=[[Development/Tutorials/CMake|CMake]] ...use CMake]] for your build environment. You provide a file CMakeLists.txt, cmake uses this file to generate all Makefiles out of it. ...
    8 KB (1,115 words) - 13:32, 9 February 2018
  • ==CMake== The best way to build the program is to use CMake. We add <tt>mainwindow.cpp</tt> to the sources list, include the XmlGui and ...
    7 KB (832 words) - 16:43, 24 August 2020
  • ...ment version (master branch). Pass the option -DBUILD_MARBLE_TOOLS=TRUE to cmake in order to compile all Marble tools. To check whether shapelib (libshp) was found, examine the first few lines of cmake. They should contain a list of dependencies needed, with a note if it was f ...
    4 KB (614 words) - 19:38, 8 January 2017
  • == CMake == Il miglior modo di compilare il programma è usando CMake. Ciò che cambia dal primo tutorial consiste nell'aggiunta di <tt>mainwindow ...
    5 KB (582 words) - 18:18, 15 July 2012
  • reading=[[Development/Tutorials/CMake|CMake]] ...use CMake]] for your build environment. You provide a file CMakeLists.txt, cmake uses this file to generate all Makefiles out of it. ...
    10 KB (1,398 words) - 18:00, 18 April 2020
  • ...Development/Tutorials/CMake#Command_Line_Variables|options]] are passed to CMake for ''every'' KDE module. For instance, if you want to enable full debuggi :cmake-options -DCMAKE_BUILD_TYPE=debugfull ...
    10 KB (1,700 words) - 20:54, 10 March 2016
  • ==CMake== The best way to build the program is to use CMake. All that's changed since tutorial 1 is that <tt>mainwindow.cpp</tt> has be ...
    4 KB (619 words) - 16:50, 15 July 2012
  • ...s custom <code>Resource</code> classes from the ontologies. It relies on a CMake macro to accomplish that. ===Usage in CMake=== ...
    7 KB (934 words) - 12:35, 9 February 2018
  • ...s custom <code>Resource</code> classes from the ontologies. It relies on a CMake macro to accomplish that. ===Usage in CMake=== ...
    7 KB (935 words) - 10:26, 11 March 2016
  • ==CMake== La manière la plus simple de compiler le programme est d'utiliser CMake. Ce qui change par rapport au tutoriel 1 est que <tt>mainwindow.cpp</tt> a ...
    5 KB (632 words) - 16:31, 19 July 2012
  • ==CMake== بهترین راه ساختن برنامه استفاده از CMake است. نسبت به آموزش ۱ تنها <tt>mainwindow.cpp</tt> به لیست فایل‌های مبدأ اضا ...
    6 KB (280 words) - 15:39, 15 July 2012
  • cmake . -DCMAKE_INSTALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=debugfull && make -j2 V ...
    1 KB (138 words) - 12:22, 15 May 2019
  • ==CMake== The best way to build the program is to use CMake. We add <tt>mainwindow.cpp</tt> to the sources list, include the XmlGui and ...
    7 KB (847 words) - 18:00, 18 April 2020
  • ==CMake== The best way to build the program is to use CMake. We add <tt>mainwindow.cpp</tt> to the sources list, include the XmlGui and ...
    7 KB (833 words) - 16:43, 24 August 2020
  • ==CMake== The best way to build the program is to use CMake. We add <tt>mainwindow.cpp</tt> to the sources list, include the XmlGui and ...
    7 KB (781 words) - 16:43, 24 August 2020
  • reading=[[Development/Tutorials/CMake|CMake]] ...use CMake]] for your build environment. You provide a file CMakeLists.txt, cmake uses this file to generate all Makefiles out of it. ...
    8 KB (1,185 words) - 12:20, 5 March 2016
  • * devel/cmake ...дположения, относительно вашего окружения. Учтите, что FreeBSD-шный dbus и cmake из коллекции портов должны нормально работать (так-что эту часть мы опустим ...
    4 KB (328 words) - 16:37, 19 July 2012
  • ...e_build" then you can enable compilation of the Qt Designer plugin via the cmake call: cmake -DQTONLY=OFF -DWITH_DESIGNER_PLUGIN=ON -DQT_PLUGINS_DIR=~/QtSDK/plugins ../ ...
    3 KB (461 words) - 21:01, 10 March 2016
  • wget, 7zip, bin-base, uactools, patch, sed, cmake, subversion, git, putty, mingw-w64, jom, base, zlib, perl, msys, grep, open ...is a very long process. emerge will download 7zip, other developer utils, cmake and then download MSYS (binaries), and then build a few libraries like Open ...
    5 KB (859 words) - 08:37, 31 December 2015
  • For more details on CMake please read [[Development/Tutorials/CMake]] ...evelopment Environment differs from the Test Installation, you have to run cmake with -DCMAKE_INSTALL_PREFIX=$KF5. Then run make. If succesfull the applet c ...
    4 KB (542 words) - 15:15, 17 September 2013
  • CMake interface. ...there were two changes which in some cases make it necessary to modify the CMake files of projects. The change regarding KDEPIMLIBS_INCLUDE_DIR is clearly a ...
    19 KB (3,016 words) - 20:49, 2 June 2013
  • O [http://www.cmake.org CMake] lê arquivos de script e produz arquivos de entrada para o sistema de compi O [http://www.cmake.org CMake] é software livre e liberado sob a licença BSD. É desenvolvido pela [http: ...
    14 KB (2,316 words) - 12:09, 18 July 2012
  • [http://www.cmake.org CMake] lit des fichiers de script et produit des fichiers natifs pour la platefor [http://www.cmake.org CMake] est un logiciel libre sous license BSD. Il est développé par [http://www.k ...
    14 KB (2,258 words) - 15:21, 19 July 2012
  • ...evelopment but, aside from [https://www.qt.io/ Qt] and [https://cmake.org/ CMake], doesn't prescribe which one to use. Here is just a sample of the various ; CMake ...
    5 KB (738 words) - 17:23, 18 October 2019
  • [http://www.cmake.org CMake] lee los archivos de "script" y produce archivos de entrada para el sistema [http://www.cmake.org CMake] es software libre y lanzado bajo la licencia BSD. Es desarrollado por [htt ...
    15 KB (2,326 words) - 17:42, 19 July 2012
  • reading=[[Development/Tutorials/CMake|CMake]] ...use CMake]] for your build environment. You provide a file CMakeLists.txt, cmake uses this file to generate all Makefiles out of it. ...
    8 KB (1,127 words) - 23:30, 1 February 2019
  • ===CMake and additional macros=== ...
    4 KB (636 words) - 11:50, 31 May 2019
  • ==CMake== cmake .. ...
    5 KB (606 words) - 09:44, 15 July 2012
  • === CMake === KDE Projects generally use cmake as a build tool. '''Nepomuk''' is no different. In order to use '''Nepomuk' ...
    7 KB (1,048 words) - 18:24, 7 April 2013
  • === CMake === KDE Projects generally use cmake as a build tool. '''Nepomuk''' is no different. In order to use '''Nepomuk' ...
    7 KB (1,047 words) - 12:35, 9 February 2018
  • ...evelopment but, aside from [https://www.qt.io/ Qt] and [https://cmake.org/ CMake], doesn't prescribe which one to use. Here is just a sample of the various ; CMake ...
    5 KB (747 words) - 17:52, 7 September 2020
  • ...ble >= 0.8). Additionally you need to make sure that the "BUILD_WITH_DBUS" cmake flag is set to "ON" once you are building Marble from the source code: cmake -DBUILD_WITH_DBUS=ON ../marble ...
    3 KB (501 words) - 21:01, 10 March 2016
  • ==CMake== A melhor maneira de criar o programa é usar o CMake. Nós adicionamos <tt>mainwindow.cpp</tt> à lista de fontes, incluímos as es ...
    7 KB (844 words) - 16:44, 24 August 2020
  • cmake -DCMAKE_MODULE_PATH=~/marble/export/share/apps/cmake/modules \ ...
    4 KB (581 words) - 21:01, 10 March 2016
  • ...strates how to create a D-Bus autostart service and integrate it into your CMake build. We will be using a simple CMake directive to perform the customization and installation. Since the install ...
    3 KB (563 words) - 06:19, 24 August 2020
  • NOTE: both neon-cmake and neonmake require neon-env to be run first! <tt>neon-cmake</tt> - ...
    10 KB (1,315 words) - 16:48, 19 July 2012
  • ...create a minimal multimedia player application using C++, Phonon, Qt, and CMake. We first begin by writing a CMakeLists.txt file which is used by CMake to generate a proper Makefile for building: ...
    5 KB (658 words) - 16:41, 10 May 2013
  • * CMake - a partir de 2019, a versão requerida é o CMake 3.5 cmake .. -DCMAKE_INSTALL_PREFIX=$HOME ...
    5 KB (874 words) - 10:00, 6 September 2020
  • ...evelopment but, aside from [https://www.qt.io/ Qt] and [https://cmake.org/ CMake], doesn't prescribe which one to use. Here is just a sample of the various ; CMake ...
    5 KB (829 words) - 22:42, 8 September 2022
  • ...чення, але, окрім вимог щодо [https://www.qt.io/ Qt] і [https://cmake.org/ CMake], не ніяк не обмежує бібліотеки. Нижче наведено зразковий список інструмент ; CMake ...
    9 KB (187 words) - 09:46, 23 October 2019
  • * CMake >= 2.8.9 * cmake ...
    4 KB (649 words) - 15:39, 28 February 2014
  • reading=[[Special:myLanguage/Development/Tutorials/CMake|CMake]] ...gebruiken]] als compileeromgeving. Je maakt een bestand CMakeLists.txt, en cmake gebruikt dit bestand dan om alle Makefiles te genereren. ...
    11 KB (1,453 words) - 16:44, 24 August 2020
  • * Then create the installation repositories and install cmake: == install cmake == ...
    7 KB (992 words) - 07:56, 31 May 2010
  • reading=[[Development/Tutorials/CMake|CMake]] Du måste dock fortfarande editera CMake filerna för hand. ...
    7 KB (1,184 words) - 09:45, 14 July 2012
  • reading=[[Special:myLanguage/Development/Tutorials/CMake|CMake]] ...seu ambiente de compilação. Forneça um arquivo {{Path|CMakeLists.txt}}, o CMake usa esse arquivo para gerar todos os Makefiles a partir dele. ...
    10 KB (1,393 words) - 16:44, 24 August 2020
  • reading=[[Development/Tutorials/CMake|CMake]] Encara necessitaràs però editar a mà els fitxers CMake. ...
    8 KB (1,200 words) - 16:12, 15 July 2012
  • ==CMake== ...e help of the {{program|am2cmake}} script which can be found in the {{path|cmake/scripts}} directory of the [http://websvn.kde.org/trunk/KDE/kdesdk/ kdesdk] ...
    9 KB (1,439 words) - 19:44, 31 January 2021
  • {{AppMiniCard|Extra CMake Modules|Special:MyLanguage/ECM5|File:CMake-logo-48.png|Save yourself time and frustration when searching for and inclu ...
    3 KB (472 words) - 19:00, 16 September 2019
  • reading=[[Development/Tutorials/CMake|CMake]] Тем не менее, файлы CMake по-прежнему нужно редактировать вручную. ...
    11 KB (375 words) - 09:19, 14 July 2012
  • {{AppMiniCard|Extra CMake Modules|Special:MyLanguage/ECM5|File:CMake-logo-48.png|Save yourself time and frustration when searching for and inclu ...
    3 KB (480 words) - 19:00, 16 September 2019
  • {{AppMiniCard|Extra CMake Modules|Special:MyLanguage/ECM5|File:CMake-logo-48.png|Save yourself time and frustration when searching for and inclu ...
    3 KB (480 words) - 19:00, 16 September 2019
View ( | ) (20 | 50 | 100 | 250 | 500)