value_string_ext fixes.
[obnox/wireshark/wip.git] / README.cmake
index 57b0ca88ddc0777e4a806db3e0acc4e875ad34fc..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.
@@ -68,21 +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 -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).