aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
Commit message (Collapse)AuthorAgeFilesLines
* deleted lot's of irrelevant/outdated content from README.win32.Ulf Lamping2006-10-161-540/+8
| | | | | | move content from the README.win32 file into the wsdg. I've moved the cygwin GCC info to a new Wiki page, it seems more promissing that it's getting updated in the future. svn path=/trunk/; revision=19548
* As no one seems to update the install information in this file (including ↵Ulf Lamping2006-09-111-64/+22
| | | | | | | | me), remove most of the installation text and mention the User's Guide instead. Some minor updates in the development section as well. svn path=/trunk/; revision=19193
* ethereal to wireshark changesRonnie Sahlberg2006-06-171-37/+37
| | | | svn path=/trunk/; revision=18501
* More ethereal -> wireshark.Gerald Combs2006-05-311-3/+3
| | | | svn path=/trunk/; revision=18292
* ethereal.rc -> wireshark.rcGerald Combs2006-05-311-1/+1
| | | | svn path=/trunk/; revision=18283
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-311-30/+30
| | | | | | | | | | | ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-5/+5
| | | | svn path=/trunk/; revision=18268
* ETHEREAL_LIBS -> WIRESHARK_LIBSGerald Combs2006-05-301-4/+4
| | | | svn path=/trunk/; revision=18250
* ethereal->wiresharkRonnie Sahlberg2006-05-221-9/+9
| | | | svn path=/trunk/; revision=18207
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-5/+5
| | | | svn path=/trunk/; revision=18206
* remove cleanbld.bat (use the distclean target instead)Ulf Lamping2005-10-291-4/+5
| | | | svn path=/trunk/; revision=16355
* Note that if you're building from a source tarball, before the firstGuy Harris2005-08-041-0/+18
| | | | | | build you must do "nmake -f makefile.make distclean". svn path=/trunk/; revision=15215
* updated GTK-Wimp section to reflect GTK 2.4Ulf Lamping2005-07-251-6/+8
| | | | svn path=/trunk/; revision=15062
* from Thomas Boehne: update README's to reflect latest changesUlf Lamping2005-07-251-16/+16
| | | | svn path=/trunk/; revision=15059
* add a section about the Developer's GuideUlf Lamping2005-07-251-0/+10
| | | | svn path=/trunk/; revision=15053
* from Jeremy JougletRonnie Sahlberg2005-04-011-0/+3
| | | | | | | some GTP updates and some tips for those using cygwin svn path=/trunk/; revision=14003
* There's now a www.cygwin.com - use it in the URL for Cygwin.Guy Harris2005-03-191-1/+1
| | | | svn path=/trunk/; revision=13805
* Rewrap a paragraph, for the benefit of us old-timers who typically useGuy Harris2005-01-031-8/+11
| | | | | | | 80-column wide terminal windows (which also lets more windows fit than would fit with wider windows). svn path=/trunk/; revision=12935
* zlib121-dll -> zlib122-dll.Gerald Combs2004-11-021-1/+1
| | | | svn path=/trunk/; revision=12475
* Use new win32 libs from anonsvn instead of webpage, including setup target. ↵Ulf Lamping2004-09-241-2/+2
| | | | | | Use updated GTK 2.4.9 libraries. But still use wget. svn path=/trunk/; revision=12086
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
| | | | | | | | | they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
* added a section describing the problems with MSVC 7 compilerUlf Lamping2004-06-141-1/+17
| | | | | | (as I don't use it myself, please correct me if anything is wrong) svn path=/trunk/; revision=11145
* Update the cygwin build instructions (plugins can now be compiled too).Olivier Biot2004-04-181-19/+25
| | | | | | Hint on how cygwin gcc can be used to compile a native Win32 Ethereal. svn path=/trunk/; revision=10635
* added a small section about the supported compilersUlf Lamping2004-04-181-1/+16
| | | | svn path=/trunk/; revision=10634
* did lot's of cleanup to the text, especially in the library sectionsUlf Lamping2004-04-101-68/+67
| | | | svn path=/trunk/; revision=10580
* do some more explanations how to use the new library download toolUlf Lamping2004-04-091-5/+17
| | | | | | updated ADNS library version svn path=/trunk/; revision=10573
* Add a Makefile.nmake target called "setup" that uses the scriptGerald Combs2004-04-081-3/+5
| | | | | | | | | | | | | tools\win32-setup.sh to - Check for applications required to build Ethereal - Download and unpack required packages into $ETHEREAL_LIBS Update ADNS to the latest version. Make Python 2.3 the default. svn path=/trunk/; revision=10567
* added a new section "Installing GTK-Wimp"Ulf Lamping2004-02-241-1/+34
| | | | svn path=/trunk/; revision=10229
* updated some things (optional packages, nsis, gtk-wimp)Ulf Lamping2004-02-241-8/+24
| | | | svn path=/trunk/; revision=10226
* gtkclist.c is called ethclist.c nowUlf Lamping2004-02-221-2/+2
| | | | svn path=/trunk/; revision=10179
* Remove redundant GTK2 entries.Gerald Combs2004-02-191-8/+2
| | | | svn path=/trunk/; revision=10116
* Add GTK+ 2.Gerald Combs2004-02-191-1/+7
| | | | svn path=/trunk/; revision=10102
* from Anders Broman: added some tips for compiling with GTK2 and other thingsUlf Lamping2004-02-121-23/+70
| | | | svn path=/trunk/; revision=10045
* Update to GLib 2.2.3-20040116 and gettext 0.13.1.Gerald Combs2004-01-231-4/+4
| | | | svn path=/trunk/; revision=9799
* precompiled wpdpack.zip file is now at the websiteUlf Lamping2004-01-171-2/+2
| | | | svn path=/trunk/; revision=9690
* minor changesUlf Lamping2004-01-071-4/+8
| | | | svn path=/trunk/; revision=9589
* Fix some typoes.Guy Harris2004-01-071-8/+19
| | | | | | | | | | | Give the appropriate locations for libiconv, gettext, and WinPcap. Note that the WinPcap package is *not* available from ethereal.com. Explain a bit more about how to unpack the zip files for development packages. svn path=/trunk/; revision=9587
* http://www.ethereal.com/distribution/win32/development/ has GLib 2.2.3Guy Harris2003-12-311-4/+4
| | | | | | | packages, and a gtk+-1.3.0-20030717.zip package; update the version numbers accordingly. svn path=/trunk/; revision=9506
* Switch from gettext 0.13 to 0.12.1.Gerald Combs2003-12-121-11/+11
| | | | svn path=/trunk/; revision=9246
* Update the Windows environment to GLib 2.2.3 and GTK+ 1.3.0-20030717.Gerald Combs2003-12-101-8/+10
| | | | | | | This requires replacing libintl-1.dll from the libintl package (which is no longer used) with intl.dll from intl.dll from the gettext package. svn path=/trunk/; revision=9239
* Add PCRE support to the Windows build.Gerald Combs2003-12-071-6/+7
| | | | svn path=/trunk/; revision=9185
* Switch over to Net-SNMP 5.1. A ZIP file of the Net-SNMP 5.1 sources plusGerald Combs2003-12-051-2/+2
| | | | | | | | | | | a static Windows library (netsnmp.lib) has been placed at http://www.ethereal.com/distribution/win32/development/ The Net-SNMP documentation recommends against using a DLL at the present time. svn path=/trunk/; revision=9177
* Updates for new zlib.Gerald Combs2003-12-011-2/+2
| | | | svn path=/trunk/; revision=9129
* Mention gtk/ethereal-tap-register.c.Guy Harris2003-10-101-1/+3
| | | | svn path=/trunk/; revision=8673
* Add default development package locations to README.win32. Use zlib 1.1.4Gerald Combs2003-08-241-1/+18
| | | | | | by default in config.nmake. svn path=/trunk/; revision=8246
* Build with Glib 2.0 and GTK+ 1.3 by default. Don't build with zlib 1.13.Gerald Combs2003-08-041-8/+8
| | | | | | Add minor updates to README.win32. svn path=/trunk/; revision=8126
* Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs2003-06-021-5/+10
| | | | | | | | | | | | | | | found at http://adns.jgaa.com/ and http://www.ethereal.com/distribution/win32/development/ The modifications to the root-level config.h.win32 and Makefile.nmake may not be neccessary. svn path=/trunk/; revision=7769
* Update to reflect the fact that you *HAVE* to have a Windows version ofGuy Harris2003-04-071-8/+24
| | | | | | | Flex in order to build Ethereal, as the UNIX version generates files that unconditionally include <unistd.h> and thus don't build on Windows. svn path=/trunk/; revision=7411
* From Olivier Biot: README.win32 updates for Cygwin.Guy Harris2003-02-141-21/+99
| | | | svn path=/trunk/; revision=7143
* Microsoft doesn't, as far as I know, have a product "Visual C"; they mayGuy Harris2002-12-181-3/+3
| | | | | | | | | have had one ages ago, but they call their C/C++ compiler "Visual C++". Use the right name, so as not to confuse people into thinking that the instructions are only for "Visual C" and can't be used for Visual C++ (yes, this really did appear to happen). svn path=/trunk/; revision=6799