<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to General_CMake_documentation_links</title><link>https://sourceforge.net/p/plplot/wiki/General_CMake_documentation_links/</link><description>Recent changes to General_CMake_documentation_links</description><atom:link href="https://sourceforge.net/p/plplot/wiki/General_CMake_documentation_links/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 02 Nov 2018 00:07:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/wiki/General_CMake_documentation_links/feed" rel="self" type="application/rss+xml"/><item><title>General_CMake_documentation_links modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/General_CMake_documentation_links/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,15 @@
+
+
 Useful CMake documentation.

 -   [The dated but still extremely useful LJ article/tutorial](http://www.linuxjournal.com/article/6700)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Fri, 02 Nov 2018 00:07:16 -0000</pubDate><guid>https://sourceforge.netba4df4b30e7496e12c2f94021266df4ca35a7467</guid></item><item><title>General_CMake_documentation_links modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/General_CMake_documentation_links/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 05 Oct 2014 05:41:32 -0000</pubDate><guid>https://sourceforge.net4dfbadbc3101eb6c249335e2cc78b57bf985d0f1</guid></item><item><title>General_CMake_documentation_links modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/General_CMake_documentation_links/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -2,59 +2,34 @@

 -   [The dated but still extremely useful LJ article/tutorial](http://www.linuxjournal.com/article/6700)

-
+-   [The official CMake documentation site](http://www.cmake.org/documentation/).

--   The man page which is automatically build by the cmake --help facility (should be available with your distribution and also as the last part of &amp;lt;http: www.cmake.org="" HTML="" Documentation.html=""&amp;gt;).
+-   The man page which should be available with your distribution and also [on line](http://www.cmake.org/cmake/help/v2.8.12/cmake.html).

-
-
--   To get the same documentation in perhaps more convenient form from cmake itself, run
-
-cmake --help-full |less
+-   To get complete documentation from cmake itself, run
+`cmake --help-full |less`

 -   To get a complete list of cmake commands use
+`cmake --help-command-list |less`

-cmake --help-command-list |less
-
--   To get specific help for, e.g., the ADD_SUBDIRECTORY command use
-
-cmake --help-command ADD_SUBDIRECTORY
-
--   [The CMake Documentation page](http://www.cmake.org/documentation/)
-
-
+-   To get specific help for, e.g., the add_subdirectory command use
+`cmake --help-command add_subdirectory`

 -   [The CMake Wiki](http://www.cmake.org/Wiki/CMake)

-
-
 -   [The CMake FAQ](http://www.cmake.org/Wiki/CMake_FAQ)
-
-

 -   [Useful CMake variables](http://www.cmake.org/Wiki/CMake_Useful_Variables)

-
-
--   [How to find installed software](http://www.cmake.org/Wiki/CMake_HowToFindInstalledSoftware)
-
-
+-   [How to find libraries](http://www.cmake.org/Wiki/CMake:How_To_Find_Libraries)

 -   [How to do platform checks](http://www.cmake.org/Wiki/CMake_HowToDoPlatformChecks)

-
-
--   [Useful introduction to CMake from the KDE perspective](http://wiki.kde.org/tiki-index.php?page=KDECMakeIntro)
-
-
+-   [Useful Introduction and tutorial for CMake from the KDE perspective](https://techbase.kde.org/Development/Tutorials/CMake)

 -   CMake is an easy language to understand so the cmake modules in $cmake_prefix/share/CMake-2.8/Modules, where $cmake_prefix is the prefix for your cmake install, are a good source of ideas.

-
-
--   KDE and Scribus CMakeLists.txt files and \*.cmake modules. You may get access to the latest KDE and Scribus work following the instructions at &amp;lt;http: developer.kde.org="" source="" anonsvn.html=""&amp;gt; and &amp;lt;http: docs.scribus.net="" index.php?lang="en&amp;amp;amp;page=install1"&amp;gt;.
-
-
+-   KDE and Scribus CMakeLists.txt files and \*.cmake modules. You may get access to the latest KDE and Scribus work following the instructions at &amp;lt;http: download.kde.org=""/&amp;gt; and &amp;lt;http: wiki.scribus.net="" canvas="" Download=""&amp;gt;.

 -   [The CMake mailing list](http://www.cmake.org/mailman/listinfo/cmake) This is an extremely active mailing list where the subscribers are most helpful.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Thu, 02 Oct 2014 05:00:45 -0000</pubDate><guid>https://sourceforge.net530dc1648608fa9415910cf20298a79fc52a31be</guid></item><item><title>General_CMake_documentation_links modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/General_CMake_documentation_links/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Useful CMake documentation.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.linuxjournal.com/article/6700" rel="nofollow"&gt;The dated but still extremely useful LJ article/tutorial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;The man page which is automatically build by the cmake --help facility (should be available with your distribution and also as the last part of &lt;a href="http://www.cmake.org/HTML/Documentation.html" rel="nofollow"&gt;http://www.cmake.org/HTML/Documentation.html&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;To get the same documentation in perhaps more convenient form from cmake itself, run&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;cmake --help-full |less&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To get a complete list of cmake commands use&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;cmake --help-command-list |less&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To get specific help for, e.g., the ADD_SUBDIRECTORY command use&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;cmake --help-command ADD_SUBDIRECTORY&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cmake.org/documentation" rel="nofollow"&gt;The CMake Documentation page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cmake.org/Wiki/CMake" rel="nofollow"&gt;The CMake Wiki&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cmake.org/Wiki/CMake_FAQ" rel="nofollow"&gt;The CMake FAQ&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cmake.org/Wiki/CMake_Useful_Variables" rel="nofollow"&gt;Useful CMake variables&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cmake.org/Wiki/CMake_HowToFindInstalledSoftware" rel="nofollow"&gt;How to find installed software&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cmake.org/Wiki/CMake_HowToDoPlatformChecks" rel="nofollow"&gt;How to do platform checks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://wiki.kde.org/tiki-index.php?page=KDECMakeIntro" rel="nofollow"&gt;Useful introduction to CMake from the KDE perspective&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;CMake is an easy language to understand so the cmake modules in $cmake_prefix/share/CMake-2.8/Modules, where $cmake_prefix is the prefix for your cmake install, are a good source of ideas.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;KDE and Scribus CMakeLists.txt files and *.cmake modules. You may get access to the latest KDE and Scribus work following the instructions at &lt;a href="http://developer.kde.org/source/anonsvn.html" rel="nofollow"&gt;http://developer.kde.org/source/anonsvn.html&lt;/a&gt; and &lt;a href="http://docs.scribus.net/index.php?lang=en&amp;amp;page=install1" rel="nofollow"&gt;http://docs.scribus.net/index.php?lang=en&amp;amp;page=install1&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.cmake.org/mailman/listinfo/cmake" rel="nofollow"&gt;The CMake mailing list&lt;/a&gt; This is an extremely active mailing list where the subscribers are most helpful.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The content of this page is available under the &lt;a class="" href="http://www.gnu.org/copyleft/fdl.html" rel="nofollow"&gt;GNU Free Documentation License 1.2&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Thu, 02 Oct 2014 04:17:34 -0000</pubDate><guid>https://sourceforge.net52907473e7c85557a79165b7de8a6820c9241a88</guid></item></channel></rss>