aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-05 12:04:46 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-05 12:04:46 +0000
commit758989bab137df8ce10fe0f28c0382a800fcfbc2 (patch)
treee75f1ae2f5ff2453a693e8121cf13f0848e90c1e /README.cmake
parent0ce667a8b47caa80e3d10f0e480a9cfce877b4b0 (diff)
Add some links for further reading
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19151 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index af7695e7e4..1b8e7828ba 100644
--- a/README.cmake
+++ b/README.cmake
@@ -19,6 +19,7 @@ How to get started with cmake?
Why cmake?
Why not cmake?
What needs to be done?
+Links regarding cmake
How to get started with cmake?
==============================
@@ -70,3 +71,23 @@ autofoo having been run before:
All other tools and libs still need to be built.
+Links regarding cmake
+=====================
+The home page of the cmake project
+ http://www.cmake.org/
+
+The home page of the cmake project documentation
+ http://www.cmake.org/Wiki/CMake
+
+About cmake in general and why KDE4 uses it
+ http://lwn.net/Articles/188693/
+
+Introductory arcticle in Linux Journal
+ http://www.linuxjournal.com/node/6700/print
+
+Useful variables
+ http://www.cmake.org/Wiki/CMake_Useful_Variables
+
+cmake FAQ
+ http://www.cmake.org/Wiki/CMake_FAQ
+