Use val_to_str_const().
[obnox/wireshark/wip.git] / README.cmake
index c66201cf73000a29271dbab216e9cdb3c0cee01e..e6acb46469a13f3f77171757c349012537b85247 100644 (file)
@@ -44,6 +44,10 @@ Note 2:
  On OS X, you may want to run cmake like this:
  cmake -DENABLE_CAP=OFF -G "Unix Makefiles"
 
+Note 3:
+  After running cmake, you can always run "make help" to see
+  a list of all possible make targets.
+
 Why cmake?
 ==========
 - Can create project files for some MS and Apple IDEs.
@@ -68,19 +72,20 @@ What works?
 ===========
 
 All the executables now build from clean source on:
-* 32bit openSUSE 11.1
+* 32bit openSUSE 11.3: (gnu)make and gcc
+* 64bit FedoraXXX
 * 32bit Ubuntu 9.04
+* 32bit Ubuntu 10.04
 
 What needs to be done?
 ======================
 
 - Add asn1 autogen target (assigned: krj)
-- Redo glib2 and gtk2 find modules.
 - Add back platform specific objects.
 - Fix places in the cmake files marked as todo.
 - Add back (working) install target.
-  Currently, directories are created with user umask
-- Add back linker flags test
+  Currently, directories are created with user umask.
+  Also the guides are not installed.
 - Build source package (using CPack).
 - Build rpm package (using CPack).
 - Build dpkg package (using CPack).
@@ -103,7 +108,7 @@ About cmake in general and why KDE4 uses it
 Introductory/tutorial presentation
        http://ait.web.psi.ch/services/linux/hpc/hpc_user_cookbook/tools/cmake/docs/Cmake_VM_2007.pdf
 
-Introductory arcticle in Linux Journal
+Introductory article in Linux Journal
        http://www.linuxjournal.com/node/6700/print
 
 Useful variables