aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-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>
* Fix a typoJörg Mayer2014-01-191-1/+1
| | | | svn path=/trunk/; revision=54842
* Finally successfully built with the msvc2010 GUI a DebugJörg Mayer2013-12-041-0/+2
| | | | | | | and a RelWithDebInfo build, after adding the missing path to the cygwin tools. svn path=/trunk/; revision=53790
* On Windows:Jörg Mayer2013-12-041-0/+5
| | | | | | | | - Add instructions how to build zlib - Add information how to build with msbuild svn path=/trunk/; revision=53776
* Remove /msvc2010 after ${QT5_BASE_DIR}, it should be part ofJörg Mayer2013-12-021-1/+1
| | | | | | the QT5_BASE_DIR value. svn path=/trunk/; revision=53717
* Make FindGTK3 work on windowsJörg Mayer2013-11-101-1/+1
| | | | svn path=/trunk/; revision=53218
* cmake builds against gtk3 don't work. Those against gtk2 do.Jörg Mayer2013-11-091-1/+1
| | | | svn path=/trunk/; revision=53188
* Release notes are done.Jörg Mayer2013-11-011-1/+0
| | | | svn path=/trunk/; revision=53034
* Add some items to the list of things still to be done.Jeff Morriss2013-10-291-1/+6
| | | | svn path=/trunk/; revision=52952
* Make pkgconfig work - sort of:Jörg Mayer2013-10-141-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
* Remove some things that I added while not understanding the realJörg Mayer2013-10-121-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
* The path for the Qt5 installation now needs to be set as aJörg Mayer2013-10-111-0/+1
| | | | | | windows environment variable. svn path=/trunk/; revision=52540
* Build qtshark by default, use qt5 by default. To turnJörg Mayer2013-10-101-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
* Fix a couple of typos.Chris Maynard2013-10-101-2/+2
| | | | svn path=/trunk/; revision=52500
* Explain about setpath.batJörg Mayer2013-10-101-1/+3
| | | | svn path=/trunk/; revision=52499
* Small update wrt the Windows build.Jörg Mayer2013-10-061-3/+4
| | | | svn path=/trunk/; revision=52429
* Updated instructions for Windows CMake usage when build a Visual Studio ↵Graham Bloice2013-10-051-1/+4
| | | | | | solution. svn path=/trunk/; revision=52375
* Document a little progress wrt cmake windows builds.Jörg Mayer2013-10-041-2/+2
| | | | svn path=/trunk/; revision=52374
* On Win it's nmake, not makeJörg Mayer2013-09-241-1/+1
| | | | svn path=/trunk/; revision=52201
* Beginnings of win cmake support (not yet working), created by Graham Bloice,Jörg Mayer2013-09-231-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
* Now all disectors requiring asn2wrs can be generated usingJörg Mayer2013-05-111-2/+1
| | | | | | cmake. svn path=/trunk/; revision=49254
* Generating the realease notes is not yet done.Jörg Mayer2013-04-251-0/+1
| | | | svn path=/trunk/; revision=49037
* Add a few comments to CMake TODO itemsBalint Reczey2013-02-251-0/+3
| | | | svn path=/trunk/; revision=47880
* CMake build works fine on Debian WheezyBalint Reczey2013-02-231-0/+1
| | | | svn path=/trunk/; revision=47847
* Note that CMake honors umask for creating directoriesBalint Reczey2013-02-231-3/+7
| | | | svn path=/trunk/; revision=47846
* From John Bradshaw:Anders Broman2011-09-011-1/+1
| | | | | | | Spelling fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296 svn path=/trunk/; revision=38834
* cmake stuff:Jörg Mayer2010-11-151-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
* - Reset a few more variables used in FindXYZ scripts.Jörg Mayer2010-09-281-2/+0
| | | | | | | - README.cmake: small update. - Set a variable before using it for installation. svn path=/trunk/; revision=34274
* Small update: add opensuse 11.3 with gcc and gnu make as build-envsJörg Mayer2010-09-241-1/+1
| | | | svn path=/trunk/; revision=34236
* - Update todo listJörg Mayer2010-07-141-1/+3
| | | | | | | - Add dftest and randpkt manpages to sync with autofoo svn path=/trunk/; revision=33521
* Add 32bit Ubuntu 10.04 to supported platformsKovarththanan Rajaratnam2010-06-061-0/+1
| | | | svn path=/trunk/; revision=33108
* - Add tap-sv.c and packet-sv.c to the list of files to buildJörg Mayer2010-06-031-0/+1
| | | | | | | | - Whitespace fixes - Add Fedora 64 bit to the list of platforms where cmake should work svn path=/trunk/; revision=33073
* cmake changes:Jörg Mayer2010-03-181-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
* - Derive Wireshark version from configure.in for now.Jörg Mayer2010-03-071-2/+2
| | | | | | | | | Allow to overide that version in CMakefile.txt - Minor update to README.cmake - Turn off GTK_DEBUG svn path=/trunk/; revision=32139
* - Beginnings of cmake in docbook directoryJörg Mayer2009-12-291-0/+4
| | | | | | | - Add note about "make help" - Move beginnings of packaging into its own file: CPackConfig.txt svn path=/trunk/; revision=31379
* cmake will now honor -Werror if configured (default: on)Jörg Mayer2009-11-071-2/+1
| | | | svn path=/trunk/; revision=30852
* The disables features problem was fixed by previous commit.Jörg Mayer2009-10-151-1/+0
| | | | svn path=/trunk/; revision=30564
* * Update list of supported platformsKovarththanan Rajaratnam2009-10-091-3/+4
| | | | | | * Create and assign new task svn path=/trunk/; revision=30444
* Add a few more points to the todo listJörg Mayer2009-09-301-0/+5
| | | | svn path=/trunk/; revision=30217
* Fix build of make and asn1 plugins.Jörg Mayer2009-09-251-2/+0
| | | | svn path=/trunk/; revision=30144
* - Previous patch moved the intall targes dirs too far down.Jörg Mayer2009-09-251-1/+0
| | | | | | - Install some auxiliary files (AUTHORS-SHORT, manuf, ...) svn path=/trunk/; revision=30135
* Add a few hints for OS X builds.Jörg Mayer2009-09-231-0/+9
| | | | svn path=/trunk/; revision=30105
* Build more plugins with cmake.Jörg Mayer2009-09-231-0/+3
| | | | svn path=/trunk/; revision=30084
* Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer2009-09-121-1/+0
| | | | | | actually work. svn path=/trunk/; revision=29870
* - Update README.cmake: The stuff now build withoutJörg Mayer2009-09-111-22/+31
| | | | | | | running autofoo first. - Add a comment how to change the name of a generated target svn path=/trunk/; revision=29858
* Add cmake-modules URLJörg Mayer2006-09-061-0/+2
| | | | svn path=/trunk/; revision=19167
* Add some links for further readingJörg Mayer2006-09-051-0/+21
| | | | svn path=/trunk/; revision=19151
* propset, add $Id: $ and copyright headersJörg Mayer2006-09-051-1/+3
| | | | svn path=/trunk/; revision=19150
* OK, as I haven't had any negative feedback, I'm adding my workJörg Mayer2006-09-051-0/+70
to use cmake as a build system. It's in no way complete, I'd just like others to be able to participate in playing with cmake and to document what I'm doing. Please read the README.cmake for what can be done right now. svn path=/trunk/; revision=19149