diff options
author | Jörg Mayer <jmayer@loplof.de> | 2006-09-05 12:04:46 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2006-09-05 12:04:46 +0000 |
commit | 903fd2f02cb6b4dedb7c5f3f4ab58780e51247c9 (patch) | |
tree | e75f1ae2f5ff2453a693e8121cf13f0848e90c1e /README.cmake | |
parent | 9f4f88e84e6f942ce4d38dd9d58e229cc7a4b517 (diff) | |
download | wireshark-903fd2f02cb6b4dedb7c5f3f4ab58780e51247c9.tar.gz wireshark-903fd2f02cb6b4dedb7c5f3f4ab58780e51247c9.tar.bz2 wireshark-903fd2f02cb6b4dedb7c5f3f4ab58780e51247c9.zip |
Add some links for further reading
svn path=/trunk/; revision=19151
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 21 |
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 + |