Fix a couple (value) mistakes in value_strings. Found by Martin's patch on the ...
[obnox/wireshark/wip.git] / README.cmake
index 2414fcbc8bc1b0261822521189f13557dc0cc745..e085ce33d7310b21a55533399e27afc543449a80 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.
@@ -67,27 +71,27 @@ Why not cmake?
 What works?
 ===========
 
-All the executables now build on my system (32bit openSUSE 11.1) from
-clean source.
+All the executables now build from clean source on:
+* 32bit openSUSE 11.3: (gnu)make and gcc
+* 64bit FedoraXXX
+* 32bit Ubuntu 9.04
+* 32bit Ubuntu 10.04
 
 What needs to be done?
 ======================
 
-- Redo glib2 and gtk2 find modules.
+- Add asn1 autogen target (assigned: krj)
 - 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 -Werror
-- Bug with empty list and PRINT_DISABLED_FEATURES?
-- Add back compiler 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).
 - Add back checkAPI target.
 - Test and add support for other platforms (BSDs, OSX,
   Solaris, Win32, Win64, ...)
-
 ...
 
 Links regarding cmake