diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-10-29 15:28:49 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2013-10-29 15:28:49 +0000 |
commit | 119b431f6ae4f794d8ba34ef8fa8f9e247c5038e (patch) | |
tree | 8f871b935d3c05ca07d38841562d71d1b4b9c6d3 | |
parent | 86951290eab7adf60a0c56d3477be90c98bc14c6 (diff) | |
download | wireshark-119b431f6ae4f794d8ba34ef8fa8f9e247c5038e.tar.gz wireshark-119b431f6ae4f794d8ba34ef8fa8f9e247c5038e.tar.bz2 wireshark-119b431f6ae4f794d8ba34ef8fa8f9e247c5038e.zip |
Add some items to the list of things still to be done.
svn path=/trunk/; revision=52952
-rw-r--r-- | README.cmake | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake index 1004c36cd1..e380299780 100644 --- a/README.cmake +++ b/README.cmake @@ -121,7 +121,12 @@ What needs to be done? - Add back checkAPI target. - Test and add support for other platforms (BSDs, OSX, Solaris, Win32, Win64, ...) -- Add support for cmake configurations +- Add support for cmake configurations. +- Get plugins loading when running *shark from the build directory. +- Automatically figure out if *shark is running from the build directory + (making WIRESHARK_RUN_FROM_BUILD_DIRECTORY unnecessary like it is with + autofoo). +- Get cross-compilation working (or ensure it does). It works with autofoo. ... Links regarding cmake |