diff options
author | Jörg Mayer <jmayer@loplof.de> | 2010-11-15 20:25:28 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2010-11-15 20:25:28 +0000 |
commit | a7f7ada0496ef203459eacc35f8a192160171c2a (patch) | |
tree | 742ac8269be7c442d3a565cd3af5b798fd96f3e0 /README.cmake | |
parent | 8548e1661309223e03b92074224567bed4e75604 (diff) | |
download | wireshark-a7f7ada0496ef203459eacc35f8a192160171c2a.tar.gz wireshark-a7f7ada0496ef203459eacc35f8a192160171c2a.tar.bz2 wireshark-a7f7ada0496ef203459eacc35f8a192160171c2a.zip |
cmake stuff:
- Fix fallout from gtk/text_import_scanner.l patch: Wireshark will
build with cmake again.
- Update README.cmake a bit
- Running "cmake -DUI_MANAGER=ON" will give you the new ui-manager.
svn path=/trunk/; revision=34885
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake index 86874b3ac9..e085ce33d7 100644 --- a/README.cmake +++ b/README.cmake @@ -81,11 +81,11 @@ What needs to be done? ====================== - Add asn1 autogen target (assigned: krj) -- Redo glib2 find modules. Add version detection while at it. - 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 + 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). |