aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
AgeCommit message (Collapse)AuthorFilesLines
2014-09-01WSUG: Convert the ``File I/O'' chapter to AsciiDoc.Gerald Combs1-0/+3
Leave most of the content intact for now. Remove images for no-longer-supported versions of GTK+. Add an example for building the Guides to README.cmake. Change-Id: Id9e6a308c91b594d1fb7f107d7b9b28074a92a8b Reviewed-on: https://code.wireshark.org/review/3931 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-08-25More README.cmake updates.Gerald Combs1-11/+19
Change-Id: I1c7e51ee397171af0703878e509665c8119b37ba Reviewed-on: https://code.wireshark.org/review/3841 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-08-15README.cmake: List more cmake options.Gerald Combs1-4/+20
Change-Id: I80b5c82f57c4de55aba9c7ee8044f565c9819d7e Reviewed-on: https://code.wireshark.org/review/3630 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-08-03Add some issues that came up when comparing autotools and CMake compile flags.Guy Harris1-4/+7
Also be consistent about whether OS X is working or not, and note that we're also doing CMake builds on Solaris. Change-Id: I2da18d2fb5aec7e5806dc7ea186f729acef94272 Reviewed-on: https://code.wireshark.org/review/3389 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-08-03Add an OSX_DEPLOY_TARGET option to control building for a target OS version.Guy Harris1-3/+4
It should be set to an OS version, such as "10.5" or "10.6" or..., and, if set (and if you're building for "APPLE"), it'll try to find the SDK (and fail if it's not found), and add appropriate -isysroot, -mmacosx-version-min, and, if appropriate, -m32 compiler options. (It will need more work once we support building OS X app bundles and installers; pick up more stuff from configure.ac for that.) Change-Id: I0aebf2db8aa39304a41be4e2a9879dea6f308ec7 Reviewed-on: https://code.wireshark.org/review/3388 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-08-01Update to match the current Windows Buildbot environment.Gerald Combs1-23/+21
Update some OS X information as well. Change-Id: I9a252ec83712848696dbb531e6da15b3c7644591 Reviewed-on: https://code.wireshark.org/review/3327 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-07-31Add some information on running from the build directory.Guy Harris1-1/+17
Change-Id: I6c01141cd02af358152d007175ec0b51357e42b3 Reviewed-on: https://code.wireshark.org/review/3298 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-31Need to make Windows installer packages as well.Guy Harris1-1/+2
Change-Id: I5e5483ead229ff74fb7bacba72459e324f9bd510 Reviewed-on: https://code.wireshark.org/review/3294 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-31We need to support building against an SDK on OS X.Guy Harris1-0/+1
Change-Id: I1fe9390e450dcb3669653a94d95339bce3182799 Reviewed-on: https://code.wireshark.org/review/3293 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-31Include OS X installer dmgs as a package type we need to support.Guy Harris1-2/+2
Change-Id: I419fa4889d1fc2a9fd12ec19385543bd085e6b1e Reviewed-on: https://code.wireshark.org/review/3292 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-07-31cmake also needs to learn to build SVR4 packages.Jeff Morriss1-1/+1
Change-Id: I030e84b9247b273b01890a47d92109dd603e3247 Reviewed-on: https://code.wireshark.org/review/3288 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-06-14Make it harder to miss that this is also about Win buildsJoerg Mayer1-3/+3
Change-Id: Id4fd7a4672ed32dfcb57a4435a6b3e5cf2e5ca3d Reviewed-on: https://code.wireshark.org/review/2207 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-06-09Use only dpkg-buildpackage for building .debsBalint Reczey1-3/+0
This makes .deb generation not depending on autotools and also removes debian-package target from autotools-generated Makefile. Change-Id: Ia684cd310d85906763af1035fddf39c1fbaed984 Reviewed-on: https://code.wireshark.org/review/2052 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-08Update CMake build for win32 to build QT again, and to findGraham Bloice1-1/+3
GLib and GThread libs Change-Id: If7e8ebc46f42389d174959303e13cde20687ae8a Reviewed-on: https://code.wireshark.org/review/2010 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Graham Bloice <graham.bloice@trihedral.com> Reviewed-by: Evan Huus <eapache@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \$Id\$/,+1 d') (No star only 2 spaces before) Change-Id: Id7b254031769a9dca2941304e4d3a0f4bdbc3f54 Reviewed-on: https://code.wireshark.org/review/883 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-19Fix a typoJörg Mayer1-1/+1
svn path=/trunk/; revision=54842
2013-12-04Finally successfully built with the msvc2010 GUI a DebugJörg Mayer1-0/+2
and a RelWithDebInfo build, after adding the missing path to the cygwin tools. svn path=/trunk/; revision=53790
2013-12-04On Windows:Jörg Mayer1-0/+5
- Add instructions how to build zlib - Add information how to build with msbuild svn path=/trunk/; revision=53776
2013-12-02Remove /msvc2010 after ${QT5_BASE_DIR}, it should be part ofJörg Mayer1-1/+1
the QT5_BASE_DIR value. svn path=/trunk/; revision=53717
2013-11-10Make FindGTK3 work on windowsJörg Mayer1-1/+1
svn path=/trunk/; revision=53218
2013-11-09cmake builds against gtk3 don't work. Those against gtk2 do.Jörg Mayer1-1/+1
svn path=/trunk/; revision=53188
2013-11-01Release notes are done.Jörg Mayer1-1/+0
svn path=/trunk/; revision=53034
2013-10-29Add some items to the list of things still to be done.Jeff Morriss1-1/+6
svn path=/trunk/; revision=52952
2013-10-14Make pkgconfig work - sort of:Jörg Mayer1-0/+1
- fix a typo - Add the library dirs and not just the libraries. This would help if the paths that are now returned were actually correct. svn path=/trunk/; revision=52598
2013-10-12Remove some things that I added while not understanding the realJörg Mayer1-3/+2
problem/solution. "Long" since solved by copying the solution from Makefile.nmake. Small update to the status of cmake builds on windows svn path=/trunk/; revision=52574
2013-10-11The path for the Qt5 installation now needs to be set as aJörg Mayer1-0/+1
windows environment variable. svn path=/trunk/; revision=52540
2013-10-10Build qtshark by default, use qt5 by default. To turnJörg Mayer1-1/+1
off building qtshark do "cmake ... -DBUILD_qtshark=OFF ..." or change your local copy of CMakeOptions.txt Small update to README.cmake (when running nmake I recommend using /X- to avoid some (viewing) corruptions. svn path=/trunk/; revision=52501
2013-10-10Fix a couple of typos.Chris Maynard1-2/+2
svn path=/trunk/; revision=52500
2013-10-10Explain about setpath.batJörg Mayer1-1/+3
svn path=/trunk/; revision=52499
2013-10-06Small update wrt the Windows build.Jörg Mayer1-3/+4
svn path=/trunk/; revision=52429
2013-10-05Updated instructions for Windows CMake usage when build a Visual Studio ↵Graham Bloice1-1/+4
solution. svn path=/trunk/; revision=52375
2013-10-04Document a little progress wrt cmake windows builds.Jörg Mayer1-2/+2
svn path=/trunk/; revision=52374
2013-09-24On Win it's nmake, not makeJörg Mayer1-1/+1
svn path=/trunk/; revision=52201
2013-09-23Beginnings of win cmake support (not yet working), created by Graham Bloice,Jörg Mayer1-2/+17
some smaller changes by me. - README.cmake Document how to (one day) run on Windows - CMakeLists.txt Use MSVC compiler flags for MSVC instead of gcc flags - FindWSWinLibs.cmake New: Creates HINTS for finding includes and libraries inside the Wireshark support library installation. - FindXXX.cmake Make use of HINTS generated by FindWSWinLibs.cmake This has not really been tested on Windows as my installation seems to have automagically downloaded some fixes and is in an inconsistent state since. Will probably need to reinstall. svn path=/trunk/; revision=52194
2013-05-11Now all disectors requiring asn2wrs can be generated usingJörg Mayer1-2/+1
cmake. svn path=/trunk/; revision=49254
2013-04-25Generating the realease notes is not yet done.Jörg Mayer1-0/+1
svn path=/trunk/; revision=49037
2013-02-25Add a few comments to CMake TODO itemsBalint Reczey1-0/+3
svn path=/trunk/; revision=47880
2013-02-23CMake build works fine on Debian WheezyBalint Reczey1-0/+1
svn path=/trunk/; revision=47847
2013-02-23Note that CMake honors umask for creating directoriesBalint Reczey1-3/+7
svn path=/trunk/; revision=47846
2011-09-01From John Bradshaw:Anders Broman1-1/+1
Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 svn path=/trunk/; revision=38834
2010-11-15cmake stuff:Jörg Mayer1-2/+2
- 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
2010-09-28- Reset a few more variables used in FindXYZ scripts.Jörg Mayer1-2/+0
- README.cmake: small update. - Set a variable before using it for installation. svn path=/trunk/; revision=34274
2010-09-24Small update: add opensuse 11.3 with gcc and gnu make as build-envsJörg Mayer1-1/+1
svn path=/trunk/; revision=34236
2010-07-14- Update todo listJörg Mayer1-1/+3
- Add dftest and randpkt manpages to sync with autofoo svn path=/trunk/; revision=33521
2010-06-06Add 32bit Ubuntu 10.04 to supported platformsKovarththanan Rajaratnam1-0/+1
svn path=/trunk/; revision=33108
2010-06-03- Add tap-sv.c and packet-sv.c to the list of files to buildJörg Mayer1-0/+1
- Whitespace fixes - Add Fedora 64 bit to the list of platforms where cmake should work svn path=/trunk/; revision=33073
2010-03-18cmake changes:Jörg Mayer1-1/+0
- Add checking for linker flags - Install plugins with the name including the Wireshark version. This will make it easier to find matching plugin versions if files get just copied over. svn path=/trunk/; revision=32231
2010-03-07- Derive Wireshark version from configure.in for now.Jörg Mayer1-2/+2
Allow to overide that version in CMakefile.txt - Minor update to README.cmake - Turn off GTK_DEBUG svn path=/trunk/; revision=32139
2009-12-29- Beginnings of cmake in docbook directoryJörg Mayer1-0/+4
- Add note about "make help" - Move beginnings of packaging into its own file: CPackConfig.txt svn path=/trunk/; revision=31379
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-2/+1
svn path=/trunk/; revision=30852