diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-10-09 20:14:56 +0000 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-10-09 20:14:56 +0000 |
commit | d2ad0108925405ab27e8fc61d8525c308092bb37 (patch) | |
tree | 9d96f972af9bd0008b21f2a474b38961c74c5083 /README.cmake | |
parent | e5a1fa3d945a91e63da376b0c791d42937346b15 (diff) | |
download | wireshark-d2ad0108925405ab27e8fc61d8525c308092bb37.tar.gz wireshark-d2ad0108925405ab27e8fc61d8525c308092bb37.tar.bz2 wireshark-d2ad0108925405ab27e8fc61d8525c308092bb37.zip |
* Update list of supported platforms
* Create and assign new task
svn path=/trunk/; revision=30444
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.cmake b/README.cmake index 2414fcbc8b..57b0ca88dd 100644 --- a/README.cmake +++ b/README.cmake @@ -67,12 +67,14 @@ 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.1 +* 32bit Ubuntu 9.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. @@ -87,7 +89,6 @@ What needs to be done? - Add back checkAPI target. - Test and add support for other platforms (BSDs, OSX, Solaris, Win32, Win64, ...) - ... Links regarding cmake |